We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5552ee + 7da5931 commit 9c021a1Copy full SHA for 9c021a1
.github/workflows/sphinx.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install and Build HTML
17
run: |
18
pip install --upgrade pip
19
- pip install sphinx sphinx-rtd-theme
+ pip install docs/requirements.txt
20
pip install ".[full]"
21
sphinx-build ./docs/source ./docs/build
22
0 commit comments