mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-03 18:34:41 +00:00
Remove latex from sphinx docker build
Include as helper comment only
This commit is contained in:
parent
3152bdaeb3
commit
401ef31c6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue