MESMER-group / mesmer

spatially-resolved ESM-specific multi-scenario initial-condition ensemble emulator
https://mesmer-emulator.readthedocs.io/en/latest/
GNU General Public License v3.0
22 stars 15 forks source link

use pip to install env on readthedocs? #453

Closed mathause closed 1 month ago

mathause commented 1 month ago

All dependencies of our doc build are pip-installable and we could therefore switch to installing the dependencies with pip, as discussed in #449. Using python -m pip install .[docs], for the installation. This it's faster and we could remove docs/environment.yml. See regionmask/regionmask#450 for inspiration.

(my only fear is that we eventually want to convert notebooks in the docs build using nbconvert and have no good way to install a modern version of pandoc (a nbconvert dependency) on rtd)

mathause commented 1 month ago

edit: moved to a separate issue (#454)