Skip to content

Commit cdb8366

Browse files
authored
Docs: pin sphinx to <9.0 (#14067)
Pinning to `<9.0` to fix doc building. Related to python-trio/sphinxcontrib-trio#399.
1 parent 3d5db6f commit cdb8366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/en/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
pluggy>=1.5.0
33
pygments-pytest>=2.5.0
44
sphinx-removed-in>=0.2.0
5-
sphinx>=7
5+
# Pinning to <9.0 due to https://github.com/python-trio/sphinxcontrib-trio/issues/399.
6+
sphinx>=7,<9.0
67
sphinxcontrib-trio
78
sphinxcontrib-svg2pdfconverter
89
furo

0 commit comments

Comments
 (0)