Skip to content
Snippets Groups Projects
Commit 182beca1 authored by Joseph Weston's avatar Joseph Weston
Browse files

install jupyter-sphinx when building documentation

parent c7eefacb
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,8 @@ build documentation:
- build:latest
stage: test
script:
- pip install git+https://github.com/jupyter-widgets/jupyter-sphinx
- python -m ipykernel install --user --name kwant-latest
- make -C doc realclean; make -C doc html SPHINXOPTS='-A website_deploy=True -n -W' SOURCE_LINK_TEMPLATE="$CI_PROJECT_URL"/blob/\$\$r/\$\$f
artifacts:
paths:
......@@ -251,6 +253,8 @@ build PDF documentation:
- build:latest
stage: test
script:
- pip install git+https://github.com/jupyter-widgets/jupyter-sphinx
- python -m ipykernel install --user --name kwant-latest
- make -C doc latex SPHINXOPTS='-n -W'
- cd doc/build/latex
- make all-pdf
......
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