Skip to content

Commit

Permalink
Update docs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisGaul committed Aug 31, 2024
1 parent c8eb2a6 commit 7adc94d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: prepare
run: |
./scripts/ci-podman-update.sh
pip install -U pip wheel
pip install -r ./requirements.txt -r docs/requirements.txt -e .
python docs/autogen.py
./docs/autogen.py
cp -r docs/generated_sources ./generated_sources
cp docs/mkdocs.yml ./
- name: Render
Expand Down
2 changes: 2 additions & 0 deletions docs/autogen.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import os
import shutil
from pathlib import Path
Expand Down
15 changes: 8 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
mkdocstrings==0.25.1
mkdocstrings-python==1.10.5
mkdocs-autorefs==0.4.1
mkdocs-material==9.1.14
pymdown-extensions==10.0.1
markdown==3.3.7
black==24.4.2
markdown==3.7
markupsafe==2.1.5
mkdocs==1.6.1
mkdocstrings==0.25.2
mkdocs-autorefs==1.1.0
mkdocs-get-deps==0.2.0
mkdocstrings==0.25.2
pymdown-extensions==10.9

0 comments on commit 7adc94d

Please sign in to comment.