Skip to content
Snippets Groups Projects
Commit 527226d1 authored by Jeremy Commins's avatar Jeremy Commins
Browse files

Merge branch 'master' of framagit-jebins:jebins/sen2chain

parents 90f0aad9 52c87fcd
No related branches found
No related tags found
No related merge requests found
image: alpine
image: python:3.6
cache:
paths:
- .pip
before_script:
- mkdir -p .pip
- pip install -U pip
- pip --cache-dir=.pip install sphinx
- pip --cache-dir=.pip install sphinx-autodoc-typehints
- pip --cache-dir=.pip install sphinx_rtd_theme
- pip --cache-dir=.pip install -r requirements.txt
pages:
script:
- apk add --no-cache python3
- apk add --pkg-config
- python3 -m ensurepip
- pip3 install -r requirements.txt
- pip3 install sphinx
- apk --no-cache add make
- cd docs && make html
- mv build/html/ public/
- sphinx-build docs/source docs/build/html
- mv docs/build/html public
artifacts:
paths:
- public
only:
- master
- master
\ No newline at end of file
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