Skip to content

Commit 16973e8

Browse files
CI: install sphinx with conda for doc build
Sphinx > 1.3.1 is now available in conda, so not needed to isntall this separately with pip to get latest version.
1 parent 6a32f10 commit 16973e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ci/build_docs.sh

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

1919
source activate pandas
2020
conda install -n pandas -c r r rpy2 --yes
21-
pip install sphinx -U
2221

2322
time sudo apt-get $APT_ARGS install dvipng
2423

ci/requirements-2.7_DOC_BUILD.run

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ipython
2+
sphinx
23
nbconvert
34
matplotlib
45
scipy

0 commit comments

Comments
 (0)