Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cab21 commit 9e72affCopy full SHA for 9e72aff
1 file changed
test/_buildbot_doc.sh
@@ -8,8 +8,8 @@ source $TARGET/bin/activate
8
echo "removing MPL config dir"
9
python -c "import shutil,matplotlib; x=matplotlib.get_configdir(); shutil.rmtree(x)"
10
11
-echo "calling 'easy_install sphinx'"
12
-easy_install sphinx
+echo "calling 'easy_install Sphinx==1.0.1'"
+easy_install "Sphinx==1.0.1"
13
14
echo "calling 'cd doc'"
15
cd doc
0 commit comments