Skip to content

Commit 9c2f237

Browse files
Pin Sphinx version to fix failing builds
Signed-off-by: Marek Szczypiński <markacy@gmail.com>
1 parent 2be282f commit 9c2f237

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)