From 0a52d73ddeeac23f73c919d636e7008ddde5c72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Tue, 14 May 2019 13:49:49 +0200 Subject: Doc: Update pip and setuptools when creating the virtual environment (GH-13307) Add a new pip install before `sphinx` etc.. because we should use the last version of `pip` and `setuptools` --- Doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Makefile b/Doc/Makefile index cf1bb88..6f86728 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -132,6 +132,7 @@ clean: venv: $(PYTHON) -m venv $(VENVDIR) + $(VENVDIR)/bin/python3 -m pip install -U pip setuptools $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme @echo "The venv has been created in the $(VENVDIR) directory" -- cgit v0.12