]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230)
authorm-aciek <m-aciek@users.noreply.github.com>
Wed, 27 Oct 2021 14:21:29 +0000 (16:21 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 14:21:29 +0000 (10:21 -0400)
Co-authored-by: Maciej Olko <maciej.olko@yougov.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Doc/requirements.txt

index 2b70af3a4fc6b9d9e69a1bbc51ea0260cf76e44e..dd3c8e62237cfff48fc525d0f2f1ae853f25bbf0 100644 (file)
@@ -4,6 +4,10 @@
 # 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
 
 blurb