mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 16:12:29 +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 \
|
&& apt-get install -y libpq-dev \
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
&& apt-get install -y gettext \
|
&& apt-get install -y gettext \
|
||||||
# Enable Sphinx output to latex and pdf
|
# Uncomment below to enable Sphinx output to latex and pdf
|
||||||
&& apt-get install -y texlive-latex-recommended \
|
# && apt-get install -y texlive-latex-recommended \
|
||||||
&& apt-get install -y texlive-fonts-recommended \
|
&& apt-get install -y texlive-fonts-recommended \
|
||||||
&& apt-get install -y texlive-latex-extra \
|
&& apt-get install -y texlive-latex-extra \
|
||||||
&& apt-get install -y latexmk \
|
&& apt-get install -y latexmk \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user