diff options
author | m-aciek <m-aciek@users.noreply.github.com> | 2021-10-27 14:21:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-27 14:21:29 (GMT) |
commit | bcee6aa31550cfecdc3acecbd0e4447bb0051887 (patch) | |
tree | 1fa82b75f1c018e70736b1ea122062394443f42c /Doc/requirements.txt | |
parent | 8f24b7dbcbd83311dad510863d8cb41f0e91b464 (diff) | |
download | cpython-bcee6aa31550cfecdc3acecbd0e4447bb0051887.zip cpython-bcee6aa31550cfecdc3acecbd0e4447bb0051887.tar.gz cpython-bcee6aa31550cfecdc3acecbd0e4447bb0051887.tar.bz2 |
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230)
Co-authored-by: Maciej Olko <maciej.olko@yougov.com>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Diffstat (limited to 'Doc/requirements.txt')
-rw-r--r-- | Doc/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/requirements.txt b/Doc/requirements.txt index 2b70af3..dd3c8e6 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 |