Remove some unnecessary files from the doc build to save space.
parent
7dc6181d1e
commit
6e7ca8c4b0
|
@ -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
|
||||
#########################################################################
|
||||
|
|
Loading…
Reference in New Issue