[Python-checkins] bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)

Ned Deily webhook-mailer at python.org
Thu Jun 25 07:44:19 EDT 2020


https://github.com/python/cpython/commit/7318f0ab234e1c60a19eeea4e5968fb5d4fd70af
commit: 7318f0ab234e1c60a19eeea4e5968fb5d4fd70af
branch: 3.8
author: Ned Deily <nad at python.org>
committer: GitHub <noreply at github.com>
date: 2020-06-25T07:44:14-04:00
summary:

bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147)

files:
A Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst
M Doc/Makefile

diff --git a/Doc/Makefile b/Doc/Makefile
index 2169f1a369549..b8ca1edfbc60a 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -143,7 +143,7 @@ clean:
 venv:
 	$(PYTHON) -m venv $(VENVDIR)
 	$(VENVDIR)/bin/python3 -m pip install -U pip setuptools
-	$(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb python-docs-theme
+	$(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb python-docs-theme
 	@echo "The venv has been created in the $(VENVDIR) directory"
 
 dist:
diff --git a/Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst b/Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst
new file mode 100644
index 0000000000000..25a6d751e5f45
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst
@@ -0,0 +1 @@
+Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.



More information about the Python-checkins mailing list