Create a new dev container for building ESMF and esmpy docs. These containers install the full texlive package, which is large. Determine if this should be integrated into other ESMF dev containers.
These existing containers should be cleaned up and moved to ESMF dev containers
https://github.com/esmf-org/esmf-containers/blob/main/build-esmf-docs/base/Dockerfile
https://github.com/esmf-org/esmf-containers/blob/main/build-esmf-docs/esmpy/Dockerfile
- texlive-full
- latex2html
- perl
- latexmk
- texlive-fonts-recommended (is this included with texlive-full?)
- texlive-latex-recommended (is this included with texlive-full?)
- texlive-latex-extra (is this included with texlive-full?)
- python3-pip
- python3-venv
- create a virtual environment with the following pip packages
- sphinx
- sphinxcontrib-packages
- sphinxcontrib-bibtex
Create a new dev container for building ESMF and esmpy docs. These containers install the full texlive package, which is large. Determine if this should be integrated into other ESMF dev containers.
These existing containers should be cleaned up and moved to ESMF dev containers
https://github.com/esmf-org/esmf-containers/blob/main/build-esmf-docs/base/Dockerfile
https://github.com/esmf-org/esmf-containers/blob/main/build-esmf-docs/esmpy/Dockerfile