From fcb26de73342e4ebbfc01f96925f51cdf95e1fe9 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Fri, 24 Dec 2021 14:13:43 -0500 Subject: [PATCH] Fix docs not building (#3491) --- {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile index 0a673cad8..422f55dd9 100644 --- a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile @@ -35,6 +35,8 @@ ENV PYTHONUNBUFFERED 1 ENV PYTHONDONTWRITEBYTECODE 1 RUN apt-get update && apt-get install --no-install-recommends -y \ + # To run the Makefile + make \ # Translations dependencies gettext \ # Uncomment below lines to enable Sphinx output to latex and pdf