Remove latex from sphinx docker build

Include as helper comment only
This commit is contained in:
Hannah Lazarus 2020-05-18 10:33:57 -04:00
parent 3152bdaeb3
commit 401ef31c6c

View File

@ -10,8 +10,8 @@ RUN apt-get update \
&& apt-get install -y libpq-dev \
# Translations dependencies
&& apt-get install -y gettext \
# Enable Sphinx output to latex and pdf
&& apt-get install -y texlive-latex-recommended \
# Uncomment below to enable Sphinx output to latex and pdf
# && apt-get install -y texlive-latex-recommended \
&& apt-get install -y texlive-fonts-recommended \
&& apt-get install -y texlive-latex-extra \
&& apt-get install -y latexmk \