]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Change out of docs 0.1.1
authorScott Shawcroft <scott@tannewt.org>
Thu, 28 Jun 2018 19:11:21 +0000 (12:11 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jun 2018 19:11:21 +0000 (12:11 -0700)
.travis.yml

index 98cdc4d68fe9ab599ad7b0860d4cf27e0197fb22..7c83742379aa87df8133277028b1ddee366572a6 100755 (executable)
@@ -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 ..