Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if [ x"$DOC_BUILD" != x"" ]; then
echo "Will build docs"

source activate pandas
conda install -n pandas -c r r rpy2 --yes

# install sudo deps
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra

mv "$TRAVIS_BUILD_DIR"/doc /tmp
Expand Down
4 changes: 3 additions & 1 deletion ci/requirements-3.5_DOC_BUILD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source activate pandas

echo "install DOC_BUILD"
echo "[install DOC_BUILD deps]"

conda install -n pandas -c conda-forge feather-format

conda install -n pandas -c r r rpy2 --yes