Skip to content
Snippets Groups Projects
Commit f59665a5 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Update .gitlab-ci.yml

parent adb901d9
No related branches found
No related tags found
1 merge request!212Update .gitlab-ci.yml
Pipeline #38680 failed
...@@ -25,6 +25,7 @@ pages: # "pages" is a job specifically for GitLab pages [1] ...@@ -25,6 +25,7 @@ pages: # "pages" is a job specifically for GitLab pages [1]
deploy deploy
script: # use sphinx to build docs, move to public page script: # use sphinx to build docs, move to public page
- apt-get update - apt-get update
- pip install --upgrade pip
- pip install sphinx --upgrade - pip install sphinx --upgrade
- pip install nbsphinx==0.3.5 - pip install nbsphinx==0.3.5
- pip install git+https://github.com/vidartf/nbsphinx-link.git - pip install git+https://github.com/vidartf/nbsphinx-link.git
......
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