commit | bf63e8d55fd2853df3bb99d66de7f428107aadb3 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Thu Mar 01 13:02:50 2018 -0800 |
committer | Ned Deily <nad@python.org> | Thu Mar 01 16:02:50 2018 -0500 |
tree | aabf6ec691ee99f0cb56fff1a3ac6ee5bb03ea98 | |
parent | 5da8cfb838fa1bf3529c085c6dce1adf3d1eaf62 [diff] [blame] |
bpo-30607: Use external python-doc-theme (GH-2017)
diff --git a/Doc/Makefile b/Doc/Makefile index 307d1e0..042f960 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -123,7 +123,7 @@ venv: $(PYTHON) -m venv $(VENVDIR) - $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb + $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme @echo "The venv has been created in the $(VENVDIR) directory" dist: