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

ci: enable PDF documentation builds

parent 46b4ed50
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,17 @@ build documentation:
- doc/build/html/
expire_in: 1 month
build PDF documentation:
stage: test
script:
- pip3 install sympy
- make -C doc latex SPHINXOPTS='-n -W'
- cd doc/build/latex
- make all-pdf
artifacts:
paths:
- doc/build/latex/kwant.pdf
expire_in: 1 month
run tests:
stage: test
......
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