Skip to content

Commit 8f9cf29

Browse files
author
Maciej Olko
committed
bpo-45618: Fix documentation build by pinning Docutils version (GH-29230)
1 parent aea5ecc commit 8f9cf29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# won't suddenly cause build failures. Updating the version is fine as long
55
# as no warnings are raised by doing so.
66
sphinx==3.2.1
7+
# Docutils version is pinned to a version compatible with the Sphinx
8+
# version being used. It can be removed after bumping Sphinx version to at
9+
# least 3.5.4.
10+
docutils==0.17.1
711

812
blurb
913

0 commit comments

Comments
 (0)