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.
Doc/Makefile
1 parent 12781c4 commit 645c56bCopy full SHA for 645c56b
Doc/Makefile
@@ -143,7 +143,7 @@ clean:
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 Sphinx==2.2.0 blurb python-docs-theme
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
147
@echo "The venv has been created in the $(VENVDIR) directory"
148
149
dist:
Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst
@@ -0,0 +1 @@
1
+Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.
0 commit comments