]> granicus.if.org Git - python/commitdiff
Add temporary code to fix the automatic doc build failure.
authorGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 22:15:42 +0000 (22:15 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 3 Jan 2009 22:15:42 +0000 (22:15 +0000)
Misc/build.sh

index 1cc3c00b539a56438eb8fc29e2ae50cc80e5111f..8a15b0d65ae69b26c97aff9bcb7650aa06c8e253 100755 (executable)
@@ -247,6 +247,10 @@ fi
 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.