We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf88908 commit 68a62c0Copy full SHA for 68a62c0
.readthedocs.yaml
@@ -10,7 +10,9 @@ version: 2
10
build:
11
os: ubuntu-20.04
12
tools:
13
- python: "3.8"
+ # Build with 3.9 because this is the minimum version Sphinx 7 can work
14
+ # with.
15
+ python: "3.9"
16
17
# Build documentation in the docs/ directory with Sphinx
18
sphinx:
requirements-dev.txt
@@ -10,5 +10,4 @@ tox-gh-actions==3.1.3
twine==4.0.2
wheel==0.41.2
-# NOTE(willkg): Held back until we drop support for Python 3.7
-Sphinx==5.3.0
+Sphinx==7.2.6; python_version > "3.8"
0 commit comments