Skip to content

Commit

Permalink
Update sphinx to recent version
Browse files Browse the repository at this point in the history
Everett still supports Python 3.8, so for Python 3.8, we install an
older version.
  • Loading branch information
willkg committed Oct 5, 2023
1 parent 96931f3 commit b20e64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.8"
python: "3.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ tox-gh-actions==3.1.3
twine==4.0.2
types-PyYAML==6.0.12.12

# We need to drop support for Python 3.8 before we can update this further.
Sphinx==6.2.1
Sphinx==7.2.6; python_version > "3.8"
Sphinx==6.2.1; python_version <= "3.8"
sphinx_rtd_theme==1.3.0

0 comments on commit b20e64a

Please sign in to comment.