Skip to content

Commit

Permalink
Fix Sphinx requirement and update it
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 5, 2023
1 parent bf88908 commit 68a62c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -10,7 +10,9 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
# Build with 3.9 because this is the minimum version Sphinx 7 can work
# with.
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
Expand Up @@ -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 comments on commit 68a62c0

Please sign in to comment.