Commit 0a52d73d authored by Stéphane Wirtel's avatar Stéphane Wirtel Committed by Miss Islington (bot)

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`
parent 5e48e3db
...@@ -132,6 +132,7 @@ clean: ...@@ -132,6 +132,7 @@ clean:
venv: venv:
$(PYTHON) -m venv $(VENVDIR) $(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 $(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme
@echo "The venv has been created in the $(VENVDIR) directory" @echo "The venv has been created in the $(VENVDIR) directory"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment