Skip to content
Snippets Groups Projects
Commit 498c8db0 authored by Nils Brueggemann's avatar Nils Brueggemann
Browse files

pandoc is required in .gitlab-ci.yml and not in requirements.txt.

parent 726ed1f9
No related branches found
No related tags found
No related merge requests found
Pipeline #34287 failed
pages: pages:
script: script:
- cd doc - cd doc
- pip install nbsphinx nbsphinx_link pydata_sphinx_theme - pip install nbsphinx nbsphinx_link pydata_sphinx_theme pandoc
- make html - make html
- mv _build/html/* ../public/ - mv _build/html/* ../public/
......
...@@ -9,4 +9,3 @@ cartopy ...@@ -9,4 +9,3 @@ cartopy
ipywidgets ipywidgets
jupytext jupytext
pytest pytest
pandoc
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