Make sphinx warnings fatal in Travis

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: ae47f709ca6a6c29b769191ceabb10e59a0408b1
Component: engine
This commit is contained in:
Tianon Gravi
2014-03-13 22:35:31 -06:00
parent b7e9a63083
commit ef717aa91c
+1 -1
View File
@@ -25,6 +25,6 @@ before_script:
script:
- hack/travis/dco.py
- hack/travis/gofmt.py
- make -sC docs SPHINXOPTS=-q docs man
- make -sC docs SPHINXOPTS=-qW docs man
# vim:set sw=2 ts=2: