Skip to content
Snippets Groups Projects

updated gitlab-ci to install requirements before building the documentation....

Merged Fraser William Goldsworth requested to merge m301014/pyicon:api-docs into master
2 files
+ 29
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 26
0
name: pyicon_py311
channels:
- conda-forge
dependencies:
- python=3.11
- numpy
- dask
- matplotlib
- cartopy
- netcdf4
- xarray
- zarr
- pandas
- cmocean
- scipy
- ipdb
- ipywidgets
- jupytext
- pytest
- healpy
- pandoc
- sphinx # Documentation
- nbsphinx # Documentation
- nbsphinx-link # Documentation
- sphinx-copybutton # Documentation
- pydata-sphinx-theme # Documentation
Loading