We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5686152 commit f7c372cCopy full SHA for f7c372c
ci/build_docs.sh
@@ -16,7 +16,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
16
17
# we're running network tests, let's build the docs in the meantime
18
echo "Will build docs"
19
- conda install sphinx==1.1.3 ipython
+ pip install sphinx==1.1.3 ipython
20
21
mv "$TRAVIS_BUILD_DIR"/doc /tmp
22
cd /tmp/doc
0 commit comments