From 6bb737bc9be92e908af5f295987d39904a473e40 Mon Sep 17 00:00:00 2001 From: Ovv Date: Tue, 27 Feb 2018 13:37:01 +0100 Subject: [PATCH] travis doc path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b22d8037..e2c6acb51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ script: - cd src/ - pytest --cov - pycodestyle - - sphinx-build -b html docs docs/_build -W + - sphinx-build -b html ../docs ../docs/_build -W after_success: - coveralls