|
From: <as...@us...> - 2010-08-23 17:56:44
|
Revision: 8654
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8654&view=rev
Author: astraw
Date: 2010-08-23 17:56:38 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
build docs with Sphinx latest (1.0.3 fixes bug with 1.0.2)
Modified Paths:
--------------
trunk/matplotlib/test/_buildbot_doc.sh
Modified: trunk/matplotlib/test/_buildbot_doc.sh
===================================================================
--- trunk/matplotlib/test/_buildbot_doc.sh 2010-08-21 18:10:24 UTC (rev 8653)
+++ trunk/matplotlib/test/_buildbot_doc.sh 2010-08-23 17:56:38 UTC (rev 8654)
@@ -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==1.0.1'"
-easy_install "Sphinx==1.0.1"
+echo "calling 'easy_install Sphinx'"
+easy_install Sphinx
echo "calling 'cd doc'"
cd doc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|