Skip to content

Commit a11390f

Browse files
authored
Change directories back after sphinx is done.
1 parent b5d08e2 commit a11390f

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
@@ -29,4 +29,4 @@ script:
2929
- pylint adafruit_mpl3115a2.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-mpl3115a2 --library_location .
32-
- cd docs && sphinx-build -E -W -b html . _build/html
32+
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)