Make sphinxbuild fail on formatting errors

This change will cause docs build to fail if rst is badly formatted.

Change-Id: I20e31fb25717388c22c54d5109afc4a56f9ab28d
This commit is contained in:
Joe Gordon 2014-03-27 15:58:22 -07:00 committed by Russell Bryant
parent 11b2254f43
commit 4a6cb70d69

View File

@ -16,5 +16,8 @@ all_files = 1
build-dir = doc/build
source-dir = doc/source
[pbr]
warnerrors = True
[wheel]
universal = 1