diff options
| author | Ned Deily <nad@python.org> | 2020-06-17 10:59:51 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2020-06-17 10:59:51 (GMT) |
| commit | d384df407ebdbb1ab386597658f1ac78e8803afe (patch) | |
| tree | 59e4b77f405b2157f8e4d9ed0445f7901bfb4f5f /Doc/Makefile | |
| parent | 7df32f844efed33ca781a016017eab7050263b90 (diff) | |
| download | cpython-3.6.11rc1.zip cpython-3.6.11rc1.tar.gz cpython-3.6.11rc1.tar.bz2 | |
3.6.11rc1v3.6.11rc1
Diffstat (limited to 'Doc/Makefile')
| -rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 307d1e0..efd31a9 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: |
