Skip to content

Commit f7c372c

Browse files
committed
DOCS: back to pip for ipython in build_docs
1 parent 5686152 commit f7c372c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
1616

1717
# we're running network tests, let's build the docs in the meantime
1818
echo "Will build docs"
19-
conda install sphinx==1.1.3 ipython
19+
pip install sphinx==1.1.3 ipython
2020

2121
mv "$TRAVIS_BUILD_DIR"/doc /tmp
2222
cd /tmp/doc

0 commit comments

Comments
 (0)