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 6b5f9b3 commit b3d43afCopy full SHA for b3d43af
.github/workflows/docs.yml
@@ -13,9 +13,6 @@ jobs:
13
- uses: actions/checkout@v1
14
# https://github.com/marketplace/actions/setup-python
15
# ^-- This gives info on matrix testing.
16
- - uses: actions/setup-python@v4
17
- with:
18
- python-version: "3.9"
19
- uses: ammaraskar/sphinx-action@master
20
with:
21
pre-build-command: "pip install --upgrade pip; pip install -e ."
docs/requirements.txt
@@ -1,6 +1,6 @@
1
numpydoc
2
pydata-sphinx-theme==0.14.1
3
-sphinx==7.2.6
+sphinx==7.1.2
4
# These packages cause 'make' to break
5
protobuf==3.20.2
6
pygments>=2.7.0
0 commit comments