mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove some unnecessary files from the doc build to save space.
This commit is contained in:
parent
7dc6181d1e
commit
6e7ca8c4b0
@ -88,6 +88,10 @@ RUN rm -rf /pgadmin4/docs/en_US/_build
|
|||||||
# Build the docs
|
# 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
|
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
|
# Create additional builders to get all of the PostgreSQL utilities
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user