mirror of https://github.com/python/cpython
bpo-45618: Update Sphinx version used to build the documentation to 4.2.0 (GH-29256)
Updating version of Sphinx to most recent one, 4.2.0. Documentation builds without warnings. Sphinx 4.2.0 release notes: https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021. cc @JulienPalard Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
d3870eaa97
commit
14a4fce457
|
@ -3,11 +3,7 @@
|
||||||
# Sphinx version is pinned so that new versions that introduce new warnings
|
# Sphinx version is pinned so that new versions that introduce new warnings
|
||||||
# won't suddenly cause build failures. Updating the version is fine as long
|
# won't suddenly cause build failures. Updating the version is fine as long
|
||||||
# as no warnings are raised by doing so.
|
# as no warnings are raised by doing so.
|
||||||
sphinx==3.2.1
|
sphinx==4.2.0
|
||||||
# Docutils version is pinned to a version compatible with Sphinx
|
|
||||||
# version 3.2.1. It can be removed after bumping Sphinx version to at
|
|
||||||
# least 3.5.4.
|
|
||||||
docutils==0.17.1
|
|
||||||
|
|
||||||
blurb
|
blurb
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Update Sphinx version used to build the documentation to 4.2.0.
|
||||||
|
Patch by Maciej Olko.
|
Loading…
Reference in New Issue