add sphinx build to travis
This commit is contained in:
parent
9344bbfbdd
commit
8698d1e46d
1 changed files with 3 additions and 1 deletions
|
|
@ -19,4 +19,6 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
|
||||
script: circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bundle --library_location libraries --library_depth 2
|
||||
script:
|
||||
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bundle --library_location libraries --library_depth 2
|
||||
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
||||
|
|
|
|||
Loading…
Reference in a new issue