Skip to content

Commit c4efe3a

Browse files
jorisvandenbosschejreback
authored andcommitted
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. Author: Joris Van den Bossche <[email protected]> Closes pandas-dev#12204 from jorisvandenbossche/travis-full-doc and squashes the following commits: 16973e8 [Joris Van den Bossche] CI: install sphinx with conda for doc build
1 parent 1dc49f5 commit c4efe3a

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)