Skip to content
Snippets Groups Projects
Commit c56c8a69 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

generate a downloadable latex version

pdf is generate by gitlab-ci
then mv at right location to work with lik in index.rst
parent d0be639b
No related branches found
No related tags found
No related merge requests found
Pipeline #87503 passed
...@@ -3,6 +3,9 @@ image: registry-gitlab.pasteur.fr/hub-courses/unix_tunis ...@@ -3,6 +3,9 @@ image: registry-gitlab.pasteur.fr/hub-courses/unix_tunis
sphinx: sphinx:
stage: build stage: build
script: script:
- make latexpdf
- mkdir -p build/html/_static/
- mv build/latex/unixcourseforsars-cov-2sequenceanalysis.pdf build/html/_static/unix_course_for_sars-cov-2_sequence_analysis.pdf
- make html - make html
- mv build/html/ . - mv build/html/ .
artifacts: artifacts:
......
...@@ -23,3 +23,6 @@ Indices and tables ...@@ -23,3 +23,6 @@ Indices and tables
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
* :ref:`search` * :ref:`search`
:download:`Latex version <_static/unix_course_for_sars-cov-2_sequence_analysis.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