From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:31:41 +0000 (+0200) Subject: gh-143284: Temporarily install Sphinx<9 to fix Chinese search (#143286) X-Git-Tag: v3.15.0a5~11^2~173 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0aedf2f9cf896abd4e19d251ed444cdac04c7aa9;p=thirdparty%2FPython%2Fcpython.git gh-143284: Temporarily install Sphinx<9 to fix Chinese search (#143286) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 716772b7f28d..d0107744ecbe 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