summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-05 03:07:03 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-05 03:07:03 (GMT)
commit423f1282b3476e2e58b6631632f2521b80f556c7 (patch)
treea6c9679a09293d020221569d68a810fb76ef4b8d /Misc
parentbeda11047c68782d2ede2f1875f2215cc54281fc (diff)
downloadcpython-423f1282b3476e2e58b6631632f2521b80f556c7.zip
cpython-423f1282b3476e2e58b6631632f2521b80f556c7.tar.gz
cpython-423f1282b3476e2e58b6631632f2521b80f556c7.tar.bz2
remove automatic svn checkout of sphinx and its deps from Doc/Makefile
Users are now required to install Sphinx themselves as is already the case with the Python 3 branch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef96a39..e50de99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,9 @@ Tests
Build
-----
+- The documentation Makefile no longer automatically downloads Sphinx. Users are
+ now required to have Sphinx already installed to build the documentation.
+
- Issue #21958: Define HAVE_ROUND when building with Visual Studio 2013 and
above. Patch by Zachary Turner.