Skip to content
Snippets Groups Projects
Unverified Commit 04699527 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add docs

parent 5466b92a
No related branches found
No related tags found
No related merge requests found
Pipeline #61167 canceled with stages
in 48 seconds
...@@ -3,6 +3,29 @@ stages: ...@@ -3,6 +3,29 @@ stages:
- build - build
- deploy - deploy
pages_pdf:
needs: []
only:
- develop
before_script:
- pip3 install --break-system-packages --upgrade Cython setuptools pip
- pip3 install --break-system-packages -r requirements.txt
- python3 setup.py build_ext --inplace
when: manual
stage: build
image: zoo.smok.co/build/build:pages
script:
- cd docs
- make latexpdf
- cd ..
- mv docs/_build/latex/*.pdf .
artifacts:
paths:
- "*.pdf"
pages: pages:
stage: build stage: build
image: zoo.smok.co/build/build:pages image: zoo.smok.co/build/build:pages
......
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