trying sphinx doc publish
This commit is contained in:
parent
786f304750
commit
bd30a43f23
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue