Skip to content

Commit d5896ad

Browse files
Docs: pin sphinx to <9.0 (#14067) (#14068)
Pinning to `<9.0` to fix doc building. Related to python-trio/sphinxcontrib-trio#399. (cherry picked from commit cdb8366) Co-authored-by: Bruno Oliveira <bruno@pytest.org>
1 parent 9a70eba commit d5896ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)