mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Remove latex from sphinx docker build
Include as helper comment only
This commit is contained in:
parent
3152bdaeb3
commit
401ef31c6c
|
@ -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 New Issue
Block a user