Skip to content

Commit 6aba3b2

Browse files
committed
build docs with Sphinx latest (1.0.3 fixes bug with 1.0.2)
svn path=/trunk/matplotlib/; revision=8654
1 parent c0e4be9 commit 6aba3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/_buildbot_doc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source $TARGET/bin/activate
88
echo "removing MPL config dir"
99
python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
1010

11-
echo "calling 'easy_install Sphinx==1.0.1'"
12-
easy_install "Sphinx==1.0.1"
11+
echo "calling 'easy_install Sphinx'"
12+
easy_install Sphinx
1313

1414
echo "calling 'cd doc'"
1515
cd doc

0 commit comments

Comments
 (0)