Skip to content

Commit

Permalink
Explicitly install sphinx and sphinx-apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 14, 2023
1 parent ba8a253 commit 2bd7d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
auto-activate-base: false

- name: Install dependencies
run: pip install .[docs]
run: pip install sphinx sphinx-apidoc

- name: Build documentation
run: make docs

0 comments on commit 2bd7d5e

Please sign in to comment.