summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-17 06:59:51 -0400
committerNed Deily <nad@python.org>2020-06-17 06:59:51 -0400
commitd384df407ebdbb1ab386597658f1ac78e8803afe (patch)
tree59e4b77f405b2157f8e4d9ed0445f7901bfb4f5f /Doc
parent7df32f844efed33ca781a016017eab7050263b90 (diff)
downloadcpython-git-d384df407ebdbb1ab386597658f1ac78e8803afe.tar.gz
3.6.11rc1v3.6.11rc1
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 307d1e0e7d..efd31a9c79 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -123,7 +123,7 @@ clean:
venv:
$(PYTHON) -m venv $(VENVDIR)
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
@echo "The venv has been created in the $(VENVDIR) directory"
dist: