mirror of
https://github.com/python/cpython.git
synced 2026-02-07 02:10:37 +00:00
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>
This commit is contained in:
parent
8f24b7dbcb
commit
bcee6aa315
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue