summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-17 04:27:55 -0400
committerNed Deily <nad@python.org>2020-06-17 04:27:55 -0400
commit0d70a98f449d58311aff3374ab5f203a401fc3bf (patch)
treeeb071b3ce4919fc43cb90b7c04f3441977ce691e
parentUpdate missed Python.app copyright. (diff)
downloadcpython-0d70a98f449d58311aff3374ab5f203a401fc3bf.tar.gz
cpython-0d70a98f449d58311aff3374ab5f203a401fc3bf.tar.bz2
cpython-0d70a98f449d58311aff3374ab5f203a401fc3bf.zip
bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile
-rw-r--r--Doc/Makefile2
-rw-r--r--Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 803d1c00ac..8a5e030799 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -127,7 +127,7 @@ clean:
venv:
$(PYTHON) -m venv $(VENVDIR)
- $(VENVDIR)/bin/python3 -m pip install -U Sphinx==1.8.2 blurb
+ $(VENVDIR)/bin/python3 -m pip install -U Sphinx==2.3.1 blurb
@echo "The venv has been created in the $(VENVDIR) directory"
dist:
diff --git a/Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst b/Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst
index e08f36f03c..25a6d751e5 100644
--- a/Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst
+++ b/Misc/NEWS.d/next/Build/2020-04-09-00-19-10.bpo-40204.K-S6RZ.rst
@@ -1 +1 @@
-Pin Sphinx version to 1.8.2 in ``Doc/Makefile``.
+Pin Sphinx version to 2.3.1 in ``Doc/Makefile``.