Skip to content

Commit b3d43af

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Change Sphinx version for docs build
1 parent 6b5f9b3 commit b3d43af

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- uses: actions/checkout@v1
1414
# https://github.com/marketplace/actions/setup-python
1515
# ^-- This gives info on matrix testing.
16-
- uses: actions/setup-python@v4
17-
with:
18-
python-version: "3.9"
1916
- uses: ammaraskar/sphinx-action@master
2017
with:
2118
pre-build-command: "pip install --upgrade pip; pip install -e ."

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
numpydoc
22
pydata-sphinx-theme==0.14.1
3-
sphinx==7.2.6
3+
sphinx==7.1.2
44
# These packages cause 'make' to break
55
protobuf==3.20.2
66
pygments>=2.7.0

0 commit comments

Comments
 (0)