From: Georg Brandl Date: Sat, 3 Jan 2009 22:15:42 +0000 (+0000) Subject: Add temporary code to fix the automatic doc build failure. X-Git-Tag: v2.7a1~2393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e54aea786ee835a2b28b1d4f7e1263a218f6730b;p=python Add temporary code to fix the automatic doc build failure. --- diff --git a/Misc/build.sh b/Misc/build.sh index 1cc3c00b53..8a15b0d65a 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -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.