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
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -4,6 +4,7 @@ pages:
- pip install -r requirements.txt
- pip install cartopy
- pip install nbsphinx nbsphinx_link pydata_sphinx_theme sphinx_copybutton
- pip install -e .
- cd doc
- make html
- mv _build/html/* ../public/
Loading