Skip to content

Commit

Permalink
ci: fix doc generation (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketiltrout authored Aug 2, 2024
1 parent 9846611 commit 478b23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Install pip requirements
run: pip install .[doc]
run: pip install .[docs]
- name: Sphinx build
run: |
git checkout -b gh-pages
Expand Down

0 comments on commit 478b23d

Please sign in to comment.