Skip to content

Commit

Permalink
Limit installing Sphinx to Python 3.10 or later
Browse files Browse the repository at this point in the history
- This implicitly means that docs can only be built on 3.10 or later
  • Loading branch information
rmartin16 committed Aug 14, 2024
1 parent 334f3e4 commit 92459f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dev = [
"pre-commit <3.6.0 ; python_version < '3.9'",
"pre-commit ==3.8.0 ; python_version >= '3.9'",
"pytest ==8.3.2",
"sphinx ==8.0.2; python_version >= '3.9'",
"sphinx ==8.0.2; python_version >= '3.10'",
"sphinx-autobuild ==2024.4.16 ; python_version >= '3.9'",
"sphinx-copybutton ==0.5.2",
"sphinxcontrib-spelling ==8.0.0",
Expand Down

0 comments on commit 92459f6

Please sign in to comment.