Skip to content

Commit a58ad4f

Browse files
Alex Alekseyevjorisvandenbossche
Alex Alekseyev
authored andcommitted
BLD: Install texlive packages in Travis CI
- Closes #12543 - `texlive-latex-base` needed for `latex` - `texlive-latex-extra` needed for `utf8x.def` Author: Alex Alekseyev <[email protected]> Closes #12544 from evectant/issue-12543 and squashes the following commits: c95c361 [Alex Alekseyev] BLD: Install texlive packages in Travis CI
1 parent 820e110 commit a58ad4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
1919
source activate pandas
2020
conda install -n pandas -c r r rpy2 --yes
2121

22-
time sudo apt-get $APT_ARGS install dvipng
22+
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
2323

2424
mv "$TRAVIS_BUILD_DIR"/doc /tmp
2525
cd /tmp/doc

0 commit comments

Comments
 (0)