From 1825be575fdc460150d45ee56445a7bb695e5b9d Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 19 Dec 2017 18:09:55 +0000 Subject: [PATCH] Set warnings-as-errors for travis sphinx builds --- scripts/travis/docs_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/docs_compile.sh b/scripts/travis/docs_compile.sh index e065902fe..435ba4038 100644 --- a/scripts/travis/docs_compile.sh +++ b/scripts/travis/docs_compile.sh @@ -2,4 +2,4 @@ set -ev cd docs/ -make html +make html SPHINXOPTS=-W