From 3079698f464e23c875aedfd81a938d155f8b552c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:31:41 +0200 Subject: [PATCH] gh-143284: Temporarily install Sphinx<9 to fix Chinese search (GH-143286) (cherry picked from commit 0aedf2f9cf896abd4e19d251ed444cdac04c7aa9) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 716772b7f28d99..d0107744ecbe85 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -7,7 +7,7 @@ # won't suddenly cause build failures. Updating the version is fine as long # as no warnings are raised by doing so. # Keep this version in sync with ``Doc/conf.py``. -sphinx~=9.0.0 +sphinx<9.0.0 blurb