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
+ 4
2
pages:
script:
- cd doc
- apk add --repository https://dl-cdn.alpinelinux.org/alpine/edge/community pandoc
- pip install nbsphinx nbsphinx_link pydata_sphinx_theme
- pip install -r requirements.txt
- pip install cartopy
- pip install nbsphinx nbsphinx_link pydata_sphinx_theme sphinx_copybutton
- cd doc
- make html
- mv _build/html/* ../public/
Loading