From 3f98209e9bf415e3abdd389c78a6b7da6e338d4a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 28 Jun 2018 12:11:21 -0700 Subject: [PATCH] Change out of docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 98cdc4d..7c83742 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 .. -- 2.49.0