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 93d50a6 commit c0d5c13Copy full SHA for c0d5c13
Doc/Makefile
@@ -144,7 +144,7 @@ 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
147
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
+ $(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
150
dist:
0 commit comments