Skip to content

Commit

Permalink
Bump Sphinx and minimal Python version to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Oct 6, 2024
1 parent ab60e0c commit 8c5fbc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ dev = [
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
"mypy==v1.11.2 ; python_version>='3.8'",
# Docs.
"Sphinx==7.3.7 ; python_version>='3.9'",
"sphinx-autobuild==2024.9.19 ; python_version>='3.9'",
"sphinx-rtd-theme==2.0.0 ; python_version>='3.9'"
"Sphinx==8.0.2 ; python_version>='3.11'",
"sphinx-autobuild==2024.9.19 ; python_version>='3.11'",
"sphinx-rtd-theme==2.0.0 ; python_version>='3.11'"
]

[project.urls]
Expand Down

0 comments on commit 8c5fbc7

Please sign in to comment.