Skip to content

Commit bf4ef75

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Fix Python version issue for the API reference build
1 parent 4417d27 commit bf4ef75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ 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"
1619
- uses: ammaraskar/sphinx-action@master
1720
with:
1821
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.2.6
44
# These packages cause 'make' to break
55
protobuf==3.20.2
66
pygments>=2.7.0

0 commit comments

Comments
 (0)