Skip to content

Commit e288687

Browse files
authored
Constrain Sphinx version to avoid issues with Sphinx >=9.0.0 (#325)
### Which issue(s) are closed by this pull request? Closes #318 ### Changes proposed in this pull request: - Constrain Sphinx to versions 8.x.x This constrain can hopefully relaxed after sphinx-doc/sphinx#14391 is merged
1 parent 3f502af commit e288687

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
@@ -49,7 +49,7 @@ tests = [
4949

5050
]
5151
docs = [
52-
"sphinx",
52+
"sphinx>=8.0.0,<9.0.0",
5353
"autodocsumm>=0.2.14",
5454
"pydata-sphinx-theme",
5555
"sphinx_mdinclude",

0 commit comments

Comments
 (0)