Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d470ed70 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

PDF build

parent 882c72bd
Branches
No related merge requests found
......@@ -13,13 +13,13 @@ before_script:
pages:
stage: deploy
script:
- sphinx-build -b html . public
- sphinx-build -b latex . public
- cd ./public/
- pwd
- uname -r
#- latexmk.py
#- cd ..
- pip install -U sphinx
- pip install sphinxcontrib-svg2pdfconverter
- pip install latexmk.py
- pip install sphinx_rtd_theme
- sphinx-build -b html . public
- sphinx-build -M latexpdf . public
- mv public/latex/bbdocs.pdf ./public/
artifacts:
paths:
- public
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment