summaryrefslogtreecommitdiffstats
path: root/Doc/requirements.txt
diff options
context:
space:
mode:
authorm-aciek <m-aciek@users.noreply.github.com>2021-10-31 20:51:33 (GMT)
committerGitHub <noreply@github.com>2021-10-31 20:51:33 (GMT)
commit14a4fce457033412278ca9a056787db424310dc3 (patch)
tree84757856516c563841f0b28731eab708334ab27f /Doc/requirements.txt
parentd3870eaa9770148495703882ca15e88465219a53 (diff)
downloadcpython-14a4fce457033412278ca9a056787db424310dc3.zip
cpython-14a4fce457033412278ca9a056787db424310dc3.tar.gz
cpython-14a4fce457033412278ca9a056787db424310dc3.tar.bz2
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
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r--Doc/requirements.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index dd3c8e6..785da2c 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -3,11 +3,7 @@
# 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
# as no warnings are raised by doing so.
-sphinx==3.2.1
-# 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
+sphinx==4.2.0
blurb