Skip to content

Commit 632eef7

Browse files
authored
[3.10] gh-93108: Bump sphinx to fix rendering issue. (GH-93159)
Bug was visible on SysLogHandler: bad: SysLogHandler(address='localhost', SYSLOG_UDP_PORT, ... good: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), ...
1 parent 3d19051 commit 632eef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# Sphinx version is pinned so that new versions that introduce new warnings
44
# won't suddenly cause build failures. Updating the version is fine as long
55
# as no warnings are raised by doing so.
6-
sphinx==3.2.1
6+
sphinx==3.4.3
77
# Docutils version is pinned to a version compatible with Sphinx
8-
# version 3.2.1. It can be removed after bumping Sphinx version to at
8+
# version <3.5.4. It can be removed after bumping Sphinx version to at
99
# least 3.5.4.
1010
docutils==0.17.1
11-
# Jinja version is pinned to a version compatible with Sphinx version 3.2.1.
11+
# Jinja version is pinned to a version compatible with Sphinx version <4.5.
1212
jinja2==3.0.3
1313

1414
blurb

0 commit comments

Comments
 (0)