Remove some unnecessary files from the doc build to save space.

This commit is contained in:
Dave Page 2021-02-01 16:55:03 +00:00
parent 7dc6181d1e
commit 6e7ca8c4b0

View File

@ -88,6 +88,10 @@ RUN rm -rf /pgadmin4/docs/en_US/_build
# Build the docs
RUN LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 make -C /pgadmin4/docs/en_US -f Makefile.sphinx html
# Cleanup unwanted files
RUN rm -rf /pgadmin4/docs/en_US/_build/html/_sources
RUN rm -rf /pgadmin4/docs/en_US/_build/html/_static/*.png
#########################################################################
# Create additional builders to get all of the PostgreSQL utilities
#########################################################################