summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-25 11:22:10 (GMT)
committerGitHub <noreply@github.com>2020-06-25 11:22:10 (GMT)
commit589e8fe07934a8585d6c5c31d12ae5f766b8fec7 (patch)
tree3876683b1a6ecc6070dcda0e54de2798f42dac5c /Misc
parent94eee69e9b3a7e7d33142a47ffea560beb8f1596 (diff)
downloadcpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.zip
cpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.tar.gz
cpython-589e8fe07934a8585d6c5c31d12ae5f766b8fec7.tar.bz2
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2020-06-25-06-59-13.bpo-40204.GpD04D.rst1
1 files changed, 1 insertions, 0 deletions
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 0000000..25a6d75
--- /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``.