Fix docs not building (#3491)

This commit is contained in:
Andrew Chen Wang 2021-12-24 14:13:43 -05:00 committed by GitHub
parent 29490910b0
commit fcb26de733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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