Skip to content

Commit

Permalink
Update Sphinx dependency for Python 3.13 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 committed Mar 3, 2025
1 parent 05529c3 commit bfb65b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test-full = [ # like 'test' but adds dependencies for optional features
"exceptiongroup",
"inflect ~= 5.5",
"pygments ~= 2.11",
"sphinx >= 5.0.0, <6",
"sphinx >= 6.2.0, <7.2.0",
"sphinx_rtd_theme >= 0.5.2",
"sphinx-tabs ~= 3.4.1",
"verifai >= 2.1.0b1",
Expand Down Expand Up @@ -128,4 +128,4 @@ extend_skip_glob = [
norecursedirs = ["examples"]

[tool.coverage.run]
source = ["src"]
source = ["src"]

0 comments on commit bfb65b6

Please sign in to comment.