Skip to content

Commit 4e8f1c4

Browse files
committed
Dropped Sphinx upper version limit
1 parent 46a37d2 commit 4e8f1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
"Topic :: Documentation :: Sphinx",
3737
]
3838
dependencies = [
39-
"sphinx>=5.1.0,<9.0.0",
39+
"sphinx>=5.1.0",
4040
"docutils>=0.19", # for get_default_settings()
4141
]
4242
dynamic = ["version"]

0 commit comments

Comments
 (0)