trying sphinx doc publish

This commit is contained in:
acereca 2018-06-12 14:28:39 +02:00
parent 786f304750
commit bd30a43f23
1 changed files with 15 additions and 0 deletions

View File

@ -10,3 +10,18 @@ compile_pdf:
paths:
- tikz/*.pdf
pages:
image: alpine
script:
- apk --no-cache add py2-pip python-dev
- pip install sphinx
- apk --no-cache add make
- cd data/raspi-i2c/docs
- make html
- mv _build/html/ ../../../public/
artifacts:
paths:
- public
only:
- master