Skip to content

Commit 96fcb89

Browse files
committed
Point Travis to new conf.py location.
1 parent e1c9c35 commit 96fcb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ script:
2828
- pylint adafruit_pcf8523.py
2929
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
3030
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-pcf8523 --library_location .
31-
- sphinx-build -E -W -b html . _build/html
31+
- sphinx-build -E -W -c docs -b html . _build/html

0 commit comments

Comments
 (0)