Skip to content

Commit 9e72aff

Browse files
committed
buildbot: install Sphinx 1.0.1 (instead of latest) to avoid Sphinx bug matplotlib#501
svn path=/trunk/matplotlib/; revision=8642
1 parent e3cab21 commit 9e72aff

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'"
12-
easy_install sphinx
11+
echo "calling 'easy_install Sphinx==1.0.1'"
12+
easy_install "Sphinx==1.0.1"
1313

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

0 commit comments

Comments
 (0)