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 c0e4be9 commit 6aba3b2Copy full SHA for 6aba3b2
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==1.0.1'"
12
-easy_install "Sphinx==1.0.1"
+echo "calling 'easy_install Sphinx'"
+easy_install Sphinx
13
14
echo "calling 'cd doc'"
15
cd doc
0 commit comments