From: Georg Brandl Date: Sun, 30 Sep 2012 16:00:50 +0000 (+0200) Subject: Use newer version of Pygments that handles "yield from". X-Git-Tag: v3.4.0a1~2440^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0472bc8709829fbddb5c93a418e93bc6cc1a8b67;p=python Use newer version of Pygments that handles "yield from". --- diff --git a/Doc/Makefile b/Doc/Makefile index cb56ea9aa8..6a804d4b42 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 4ea2d519b2..a2220c0fdd 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