Skip to content

Commit 7a58509

Browse files
authored
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476)
1 parent 811f65b commit 7a58509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ clean:
127127

128128
venv:
129129
$(PYTHON) -m venv $(VENVDIR)
130-
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
130+
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1
131131
@echo "The venv has been created in the $(VENVDIR) directory"
132132

133133
dist:

0 commit comments

Comments
 (0)