Skip to content

Commit afbf781

Browse files
committed
MNT install latex packages for math equation in doc
1 parent 9617def commit afbf781

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build_tools/circle/build_doc.sh

+9
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@ fi
7474

7575
MAKE_TARGET=html
7676

77+
# Installing required system packages to support the rendering of math
78+
# notation in the HTML documentation
79+
sudo -E apt-get -yq update
80+
sudo -E apt-get -yq remove texlive-binaries --purge
81+
sudo -E apt-get -yq --no-install-suggests --no-install-recommends \
82+
install dvipng texlive-latex-base texlive-latex-extra \
83+
texlive-latex-recommended texlive-fonts-recommended \
84+
latexmk gsfonts ccache
85+
7786
# deactivate circleci virtualenv and setup a miniconda env instead
7887
if [[ `type -t deactivate` ]]; then
7988
deactivate

0 commit comments

Comments
 (0)