From b7657b4d6b69ee26e00d9a71c4d208506f644462 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:02:41 +0000 Subject: [PATCH] [8.0.x] Disallow Sphinx 6 and 7 (#12001) Co-authored-by: Bruno Oliveira --- doc/en/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index 36801746aae..3369bd10b76 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -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