Skip to content

Commit 24633ec

Browse files
committed
DOC: use current ipython in doc build
1 parent 1f797c6 commit 24633ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build_docs.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ fi
1313

1414

1515
if [ x"$DOC_BUILD" != x"" ]; then
16+
1617
# we're running network tests, let's build the docs in the meantim
1718
echo "Will build docs"
18-
pip install sphinx==1.1.3 ipython==1.1.0
19+
conda install sphinx==1.1.3 ipython
1920

2021
mv "$TRAVIS_BUILD_DIR"/doc /tmp
2122
cd /tmp/doc

0 commit comments

Comments
 (0)