add sphinx build to travis

This commit is contained in:
sommersoft 2019-02-13 19:40:01 -06:00
parent 9344bbfbdd
commit 8698d1e46d

View file

@ -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 ..