Skip to content

Commit

Permalink
Switching to build.py as per pypkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gphipps authored and gphipps committed Aug 6, 2024
1 parent 30c1984 commit 6a56fbc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ jobs:
- name: Install dependencies
run: |
python -m pip install .[docs] --upgrade pip
pip install sphinx sphinx-rtd-theme
- name: Generate API docs & Build sphinx documentation
run: |
sphinx-build -M html docs docs-out
git fetch --tags
cd docs
python build.py
cd ..
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand All @@ -37,4 +39,4 @@ jobs:
path: './docs-out/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 6a56fbc

Please sign in to comment.