We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c9c35 commit 96fcb89Copy full SHA for 96fcb89
.travis.yml
@@ -28,4 +28,4 @@ script:
28
- pylint adafruit_pcf8523.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pcf8523 --library_location .
31
- - sphinx-build -E -W -b html . _build/html
+ - sphinx-build -E -W -c docs -b html . _build/html
0 commit comments