From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:37:17 +0000 (-0700) Subject: bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230... X-Git-Tag: v3.10.1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b7b7c7320cd856df5439afc3c984873678c27d8;p=thirdparty%2FPython%2Fcpython.git bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29240) Co-authored-by: Maciej Olko Co-authored-by: Erlend Egeberg Aasland (cherry picked from commit bcee6aa31550cfecdc3acecbd0e4447bb0051887) --- diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2b70af3a4fc6..dd3c8e62237c 100644 --- a/Doc/requirements.txt +++ b/Doc/requirements.txt @@ -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