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 6318e45 commit 37a257cCopy full SHA for 37a257c
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 blurb python-docs-theme
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb python-docs-theme
147
@echo "The venv has been created in the $(VENVDIR) directory"
148
149
dist:
Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst
@@ -0,0 +1 @@
1
+Pin Sphinx version to 1.8.2 in ``Doc/Makefile``.
0 commit comments