Skip to content
Snippets Groups Projects
Commit ce810edf authored by Rhiannon Udall's avatar Rhiannon Udall Committed by Colm Talbot
Browse files

BLD: Add myst_parser to CI

Adds this to env-template.yml for inclusion into images, and temporarily also adds it
to .gitlab-ci.yml for more immediate testing purposes.
parent 640c757d
Branches add_bbh_wfg
No related tags found
No related merge requests found
Pipeline #622027 passed
......@@ -230,6 +230,7 @@ docs:
script:
# Make the documentation
- python -m pip install .
- python -m pip install myst_parser # only for testing purposes - remove once test image is generating correctly
- cd examples/tutorials
- jupyter nbconvert --to notebook --execute *.ipynb --output-dir ../../docs
- cd ../../docs
......
......@@ -69,6 +69,7 @@ dependencies:
- nbconvert
- twine
- glasflow
- myst_parser
- pip:
- autodoc
- ipykernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment