We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf4ee6 commit 86851d4Copy full SHA for 86851d4
.travis.yml
@@ -29,5 +29,4 @@ script:
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lis3dh --library_location
31
.
32
-- cd docs && sphinx-build -E -W -b - cd docs && sphinx-build -E -W -b html . _build/html && cd ..
33
-html . _build/html
+- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments