Make warnings in the docs fail the build

This commit is contained in:
Ian Cordasco
2015-10-30 22:36:07 -05:00
parent 318eef3ee4
commit b1859afa2c
+1 -1
View File
@@ -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