We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076f46a commit e85d1d5Copy full SHA for e85d1d5
build_tools/circle/build_doc.sh
@@ -90,7 +90,8 @@ sudo -E apt-get -yq update
90
sudo -E apt-get -yq remove texlive-binaries --purge
91
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes \
92
install dvipng texlive-latex-base texlive-latex-extra \
93
- texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
+ texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended\
94
+ latexmk
95
96
# deactivate circleci virtualenv and setup a miniconda env instead
97
if [[ `type -t deactivate` ]]; then
0 commit comments