Skip to content

Commit

Permalink
fix sphinx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 28, 2025
1 parent 6aae5ea commit f0a3b3e
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 @@ -112,7 +112,7 @@ sphinxcontrib-typer = {extras = ["html", "pdf", "png"], version = "^0.5.1", mark
doc8 = "^1.1.1"
Sphinx = [
{ version = "^8.0", markers = "python_version >= '3.10'" },
{ version = "^7.4", markers = "python_version >= '3.9'" }
{ version = "^7.4", markers = "python_version < '3.10'" }
]
docutils = "^0.21"
sphinx-autobuild = "2024.10.3"
Expand Down

0 comments on commit f0a3b3e

Please sign in to comment.