summaryrefslogtreecommitdiffstats
path: root/Misc/build.sh
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-03 22:15:42 (GMT)
committerGeorg Brandl <georg@python.org>2009-01-03 22:15:42 (GMT)
commite54aea786ee835a2b28b1d4f7e1263a218f6730b (patch)
tree5f97519df67eac24277ef2eef0f192d0256e8d8b /Misc/build.sh
parent8c8cc6b3922582cd31a9c03337da71552413174f (diff)
downloadcpython-e54aea786ee835a2b28b1d4f7e1263a218f6730b.zip
cpython-e54aea786ee835a2b28b1d4f7e1263a218f6730b.tar.gz
cpython-e54aea786ee835a2b28b1d4f7e1263a218f6730b.tar.bz2
Add temporary code to fix the automatic doc build failure.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-xMisc/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/build.sh b/Misc/build.sh
index 1cc3c00..8a15b0d 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.