Skip to content

Commit bf3bc3a

Browse files
committed
Added upper limit to supported Sphinx versions
1 parent ab391b8 commit bf3bc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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",
39+
"sphinx>=5.1.0,<9.0.0",
4040
"docutils>=0.19", # for get_default_settings()
4141
]
4242
dynamic = ["version"]

0 commit comments

Comments
 (0)