summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-29 16:09:02 +0300
committermattip <matti.picus@gmail.com>2018-04-29 17:10:47 +0300
commit25ccb6fefbfba639007b03f8f6d1eab21edbeab2 (patch)
treed92a32a04d4deb0a70883d39d33da4c2e7d4e794 /.circleci
parentf3c3a969ff6c3f596d30137a90d87c745cc42497 (diff)
downloadnumpy-25ccb6fefbfba639007b03f8f6d1eab21edbeab2.tar.gz
BUILD: add latex to circleci doc build
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 230871ce1..e2eb01b04 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
. venv/bin/activate
pip install cython sphinx matplotlib
sudo apt-get update
- sudo apt-get install -y graphviz
+ sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
- run:
name: build numpy