]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-31476)
authorNed Deily <nad@python.org>
Mon, 21 Feb 2022 17:58:35 +0000 (12:58 -0500)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 17:58:35 +0000 (12:58 -0500)
Doc/Makefile

index 8a5e03079925d7b811323f3c93b76ab7c49d9c80..1393bcb52500e460386f5ce5ec616be71472cac1 100644 (file)
@@ -127,7 +127,7 @@ clean:
 
 venv:
        $(PYTHON) -m venv $(VENVDIR)
-       $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
+       $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb docutils==0.17.1
        @echo "The venv has been created in the $(VENVDIR) directory"
 
 dist: