From: Scott Shawcroft Date: Thu, 28 Jun 2018 19:11:21 +0000 (-0700) Subject: Change out of docs X-Git-Tag: 0.1.1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/3f98209e9bf415e3abdd389c78a6b7da6e338d4a Change out of docs --- diff --git a/.travis.yml b/.travis.yml index 98cdc4d..7c83742 100755 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: script: - pylint src/**/*.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) - - cd docs && sphinx-build -E -W -b html . _build/html + - cd docs && sphinx-build -E -W -b html . _build/html && cd ..