Disallow Sphinx 6 and 7 (#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 #11568
Fixes #11988
This commit is contained in:
Bruno Oliveira 2024-02-17 17:46:58 -03:00 committed by GitHub
parent 5f241f388b
commit cefb3e2277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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