[Python-checkins] r68243 - python/trunk/Misc/build.sh

georg.brandl python-checkins at python.org
Sat Jan 3 23:15:43 CET 2009


Author: georg.brandl
Date: Sat Jan  3 23:15:42 2009
New Revision: 68243

Log:
Add temporary code to fix the automatic doc build failure.


Modified:
   python/trunk/Misc/build.sh

Modified: python/trunk/Misc/build.sh
==============================================================================
--- python/trunk/Misc/build.sh	(original)
+++ python/trunk/Misc/build.sh	Sat Jan  3 23:15:42 2009
@@ -247,6 +247,10 @@
 cd $DIR/Doc
 F="make-doc.out"
 start=`current_time`
+
+# Temporary measure to fix build problem
+rm -rf tools/sphinx/jinja
+
 # XXX(nnorwitz): For now, keep the code that checks for a conflicted file until
 # after the first release of 2.6a1 or 3.0a1.  At that point, it will be clear
 # if there will be a similar problem with the new doc system.


More information about the Python-checkins mailing list