https://github.com/python/cpython/commit/4d42e1c282abd6332560482defe206dae721955c
commit: 4d42e1c282abd6332560482defe206dae721955c
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-12-30T12:37:47Z
summary:

[3.13] gh-143284: Temporarily install Sphinx<9 to fix Chinese search 
(GH-143286) (#143291)

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/requirements.txt

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
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to