From b1859afa2cffc10a291f408033396fca6a8279c7 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 30 Oct 2015 22:36:07 -0500 Subject: [PATCH] Make warnings in the docs fail the build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4a5ac7d..b107f12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ install: pip install sphinx script: - make doctest - make html -- sphinx-build -E -c docs -b html docs docs/_build/html +- sphinx-build -E -W -c docs -b html docs docs/_build/html