Skip to content

Commit b7657b4

Browse files
[8.0.x] Disallow Sphinx 6 and 7 (#12001)
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent feb7c5e commit b7657b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: doc/en/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ pallets-sphinx-themes
22
pluggy>=1.2.0
33
pygments-pytest>=2.3.0
44
sphinx-removed-in>=0.2.0
5-
sphinx>=5,<8
5+
# In Sphinx 6 and 7, the search bar disappears; restrict this for now until we find a solution.
6+
sphinx>=5,<6
67
sphinxcontrib-trio
78
sphinxcontrib-svg2pdfconverter
89
# Pin packaging because it no longer handles 'latest' version, which

0 commit comments

Comments
 (0)