mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fix docs not building (#3491)
This commit is contained in:
parent
29490910b0
commit
fcb26de733
|
@ -35,6 +35,8 @@ ENV PYTHONUNBUFFERED 1
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
|
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
|
# To run the Makefile
|
||||||
|
make \
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
gettext \
|
gettext \
|
||||||
# Uncomment below lines to enable Sphinx output to latex and pdf
|
# Uncomment below lines to enable Sphinx output to latex and pdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user