Skip to content

Commit

Permalink
Disallow Sphinx 6 and 7 (#12000)
Browse files Browse the repository at this point in the history
Using Sphinx 6.x and 7.x the search bar disappears. Restrict to Sphinx 5.x for now until we find a solution.

Reverts #11568
Fixes #11988
  • Loading branch information
nicoddemus committed Feb 17, 2024
1 parent 5f241f3 commit cefb3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/en/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ pallets-sphinx-themes
pluggy>=1.2.0
pygments-pytest>=2.3.0
sphinx-removed-in>=0.2.0
sphinx>=5,<8
# In Sphinx 6 and 7, the search bar disappears; restrict this for now until we find a solution.
sphinx>=5,<6
sphinxcontrib-trio
sphinxcontrib-svg2pdfconverter
# Pin packaging because it no longer handles 'latest' version, which
Expand Down

0 comments on commit cefb3e2

Please sign in to comment.