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 95b208f commit 0d70a98Copy full SHA for 0d70a98
2 files changed
Doc/Makefile
@@ -127,7 +127,7 @@ clean:
127
128
venv:
129
$(PYTHON) -m venv $(VENVDIR)
130
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
131
@echo "The venv has been created in the $(VENVDIR) directory"
132
133
dist:
Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst
@@ -1 +1 @@
1
-Pin Sphinx version to 1.8.2 in ``Doc/Makefile``.
+Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.
0 commit comments