Skip to content

Commit e85d1d5

Browse files
committed
CIRCLE latexmk is required for sphinx 1.6
1 parent 076f46a commit e85d1d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_tools/circle/build_doc.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ sudo -E apt-get -yq update
9090
sudo -E apt-get -yq remove texlive-binaries --purge
9191
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
9292
install dvipng texlive-latex-base texlive-latex-extra \
93-
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
93+
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended\
94+
latexmk
9495

9596
# deactivate circleci virtualenv and setup a miniconda env instead
9697
if [[ `type -t deactivate` ]]; then

0 commit comments

Comments
 (0)