Skip to content
Snippets Groups Projects
Commit 75db7286 authored by Vuillaume's avatar Vuillaume
Browse files

Merge branch 'master' into 'master'

Fix documentation

See merge request !21
parents 206f78be 69e094fb
No related branches found
No related tags found
1 merge request!21Fix documentation
Pipeline #135701 passed
......@@ -75,9 +75,10 @@ deploy_zenodo:
pages:
stage: deploy
image: python:3.7-alpine
image: ubuntu:latest
script:
- pip install -r docs/doc_requirements.txt
- apt update --yes && apt install --yes pandoc pip
- pip install -U -r docs/doc_requirements.txt
- sphinx-build -b html docs public
artifacts:
paths:
......
sphinx
sphinx>=3
nbsphinx
sphinx_rtd_theme
myst-parser
\ No newline at end of file
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