Skip to content

Commit 0a52d73

Browse files
matrixisemiss-islington
authored andcommitted
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`
1 parent 5e48e3d commit 0a52d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ clean:
132132

133133
venv:
134134
$(PYTHON) -m venv $(VENVDIR)
135+
$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
135136
$(VENVDIR)/bin/python3 -m pip install -U Sphinx blurb python-docs-theme
136137
@echo "The venv has been created in the $(VENVDIR) directory"
137138

0 commit comments

Comments
 (0)