Skip to content

Commit cf3b5ab

Browse files
authored
Merge pull request #1802 from MarekSzczypinski/fix/sphinx_docutils_breaking_builds
Pin Sphinx version to fix failing builds
2 parents 2be282f + 9c2f237 commit cf3b5ab

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
@@ -57,7 +57,7 @@ dynamic = ["version"] # via setuptools_scm
5757
[project.optional-dependencies]
5858
doc = [
5959
"sphinx_rtd_theme>=1.0.0",
60-
"Sphinx>=2.0.0",
60+
"Sphinx>=2.0.0,<9.0.0",
6161
"sphinxcontrib-autoprogram>=0.1.9",
6262
]
6363
docker = ["docker>=5.0.2"]

0 commit comments

Comments
 (0)