Skip to content

Commit d9af945

Browse files
Install latest sphinx version with pip
1 parent c8e58b0 commit d9af945

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,6 +18,7 @@ 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
2122

2223
time sudo apt-get $APT_ARGS install dvipng
2324

ci/requirements-2.7_DOC_BUILD.run

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sphinx=1.2.3
21
ipython=3.2.1
32
nbconvert
43
matplotlib

0 commit comments

Comments
 (0)