We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d5c13 commit 51fece1Copy full SHA for 51fece1
Doc/Makefile
@@ -142,8 +142,7 @@ clean:
142
143
venv:
144
$(PYTHON) -m venv $(VENVDIR)
145
-# $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
146
- $(VENVDIR)/bin/python3 -m pip install -U pip setuptools==49.2.1
+ $(VENVDIR)/bin/python3 -m pip install -U pip setuptools
147
$(VENVDIR)/bin/python3 -m pip install -U Sphinx==3.2.1 blurb python-docs-theme
148
@echo "The venv has been created in the $(VENVDIR) directory"
149
0 commit comments