We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9617def commit afbf781Copy full SHA for afbf781
build_tools/circle/build_doc.sh
@@ -74,6 +74,15 @@ fi
74
75
MAKE_TARGET=html
76
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
+
86
# deactivate circleci virtualenv and setup a miniconda env instead
87
if [[ `type -t deactivate` ]]; then
88
deactivate
0 commit comments