Update Pygments version used.
diff --git a/Doc/Makefile b/Doc/Makefile
index 470337b..0cbd93f 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -41,7 +41,7 @@
 	fi
 	@if [ ! -d tools/pygments ]; then \
 	  echo "Checking out Pygments..."; \
-	  svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \
+	  svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \
 	fi
 
 update: checkout