From 3e00dffb6ade7bab03d0af5e49cff5f6ab5d32aa Mon Sep 17 00:00:00 2001 From: Ilan Date: Mon, 13 Jul 2015 14:13:12 +0200 Subject: [PATCH] Adding sphinx builds to Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 743a3b3..7669f57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - coverage run --source=django_q -m py.test - - sphinx-build -nW -b html -d _build/doctrees . _build/html + - sphinx-build -nW -c docs/conf.py after_success: - coveralls