Skip to content

Commit

Permalink
Keep Sphinx on v7 until Furo is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Aug 1, 2024
1 parent 586e9cd commit d32b9d0
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 ==7.4.7; python_version >= '3.9'",
"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 d32b9d0

Please sign in to comment.