]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-143284: Temporarily install Sphinx<9 to fix Chinese search (#143286)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 30 Dec 2025 12:31:41 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Dec 2025 12:31:41 +0000 (14:31 +0200)
Doc/requirements.txt

index 716772b7f28d998269d4ec251414afade4b49d10..d0107744ecbe85ee8fb13bade4b7dc821f7d8f36 100644 (file)
@@ -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