Skip to content

Commit cefb3e2

Browse files
authored
Disallow Sphinx 6 and 7 (pytest-dev#12000)
Using Sphinx 6.x and 7.x the search bar disappears. Restrict to Sphinx 5.x for now until we find a solution. Reverts pytest-dev#11568 Fixes pytest-dev#11988
1 parent 5f241f3 commit cefb3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)