summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-30 16:00:50 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-30 16:00:50 (GMT)
commit0472bc8709829fbddb5c93a418e93bc6cc1a8b67 (patch)
treeea481cb87187fa0fb9f66b67f38cd9e77b4e1d96
parenta0346e56acc8c5371c7b6356e1862e6e01406dbb (diff)
downloadcpython-0472bc8709829fbddb5c93a418e93bc6cc1a8b67.zip
cpython-0472bc8709829fbddb5c93a418e93bc6cc1a8b67.tar.gz
cpython-0472bc8709829fbddb5c93a418e93bc6cc1a8b67.tar.bz2
Use newer version of Pygments that handles "yield from".
-rw-r--r--Doc/Makefile2
-rw-r--r--Doc/make.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index cb56ea9..6a804d4 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -53,7 +53,7 @@ checkout:
fi
@if [ ! -d tools/pygments ]; then \
echo "Checking out Pygments..."; \
- svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
+ svn checkout $(SVNROOT)/external/Pygments-1.5dev-20120930/pygments tools/pygments; \
fi
update: clean checkout
diff --git a/Doc/make.bat b/Doc/make.bat
index 4ea2d51..a2220c0 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -37,7 +37,7 @@ goto end
svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
-svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
+svn co %SVNROOT%/external/Pygments-1.5dev-20120930/pygments tools/pygments
goto end
:update