Skip to content

Commit 2bd7d5e

Browse files
committed
Explicitly install sphinx and sphinx-apidoc
1 parent ba8a253 commit 2bd7d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
auto-activate-base: false
2222

2323
- name: Install dependencies
24-
run: pip install .[docs]
24+
run: pip install sphinx sphinx-apidoc
2525

2626
- name: Build documentation
2727
run: make docs

0 commit comments

Comments
 (0)