Skip to content

Commit d951905

Browse files
[3.14] gh-143284: Temporarily install Sphinx<9 to fix Chinese search (GH-143286) (#143290)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent ed73d4f commit d951905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# won't suddenly cause build failures. Updating the version is fine as long
88
# as no warnings are raised by doing so.
99
# Keep this version in sync with ``Doc/conf.py``.
10-
sphinx~=9.0.0
10+
sphinx<9.0.0
1111

1212
blurb
1313

0 commit comments

Comments
 (0)