|
From: <as...@us...> - 2010-08-17 14:25:57
|
Revision: 8642
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8642&view=rev
Author: astraw
Date: 2010-08-17 14:25:51 +0000 (Tue, 17 Aug 2010)
Log Message:
-----------
buildbot: install Sphinx 1.0.1 (instead of latest) to avoid Sphinx bug #501
Modified Paths:
--------------
trunk/matplotlib/test/_buildbot_doc.sh
Modified: trunk/matplotlib/test/_buildbot_doc.sh
===================================================================
--- trunk/matplotlib/test/_buildbot_doc.sh 2010-08-17 13:05:35 UTC (rev 8641)
+++ trunk/matplotlib/test/_buildbot_doc.sh 2010-08-17 14:25:51 UTC (rev 8642)
@@ -8,8 +8,8 @@
echo "removing MPL config dir"
python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
-echo "calling 'easy_install sphinx'"
-easy_install sphinx
+echo "calling 'easy_install Sphinx==1.0.1'"
+easy_install "Sphinx==1.0.1"
echo "calling 'cd doc'"
cd doc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|