From d59f3906259533b3a18c5ea37e1a75cb9a792c8a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 31 Aug 2020 17:43:13 +0200 Subject: [PATCH] bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 87d5d07665c863..f1d0a267dd89d5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -144,7 +144,7 @@ venv: $(PYTHON) -m venv $(VENVDIR) # $(VENVDIR)/bin/python3 -m pip install -U pip setuptools $(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1 - $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme + $(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme @echo "The venv has been created in the $(VENVDIR) directory" dist: