We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cecba9 commit bc12fadCopy full SHA for bc12fad
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install sphinx==7.4.7 sphinxawesome-theme==5.3.2 sphinx-autodoc-typehints==2.3.0 sphinx-multiversion==0.2.4
+ pip install -r docs/requirements.txt
28
29
- name: Build documentation
30
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color
docs/requirements.txt
@@ -1,3 +1,4 @@
1
+sphinx==7.4.7
2
sphinxawesome-theme==5.3.2
3
sphinx-autodoc-typehints==2.3.0
4
sphinx-multiversion==0.2.4
0 commit comments