Skip to content

Commit 68a62c0

Browse files
committed
Fix Sphinx requirement and update it
1 parent bf88908 commit 68a62c0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.readthedocs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ version: 2
1010
build:
1111
os: ubuntu-20.04
1212
tools:
13-
python: "3.8"
13+
# Build with 3.9 because this is the minimum version Sphinx 7 can work
14+
# with.
15+
python: "3.9"
1416

1517
# Build documentation in the docs/ directory with Sphinx
1618
sphinx:

requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ tox-gh-actions==3.1.3
1010
twine==4.0.2
1111
wheel==0.41.2
1212

13-
# NOTE(willkg): Held back until we drop support for Python 3.7
14-
Sphinx==5.3.0
13+
Sphinx==7.2.6; python_version > "3.8"

0 commit comments

Comments
 (0)