10000 gh-93108: Bump sphinx to fix rendering issue. · JulienPalard/cpython@bc108bc · GitHub
[go: up one dir, main page]

Skip to content

Commit bc108bc

Browse files
committed
pythongh-93108: Bump sphinx to fix rendering issue.
Bug was visible on SysLogHandler: bad: SysLogHandler(address='localhost', SYSLOG_UDP_PORT, ... good: SysLogHandler(address=('localhost', SYSLOG_UDP_PORT), ...
1 parent 289f27d commit bc108bc

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
@@ -3,7 +3,7 @@
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
88
# version 3.2.1. It can be removed after bumping Sphinx version to at
99
# least 3.5.4.

0 commit comments

Comments
 (0)
0