Set the warnerrors pbr option in the setup.cfg file

To fail in case of any warnings or errors during the
doc build process the warnerrors pbr option has to be
set to true in the setup.cfg file.

Change-Id: I04c82cd4cc9a9ecced37da7acc0d4f602bc7d863
This commit is contained in:
Christian Berendt 2015-02-17 20:18:39 +01:00 committed by Christian Berendt
parent 6fc666fc39
commit 551ac5a94d
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ deps =
sphinxcontrib-spelling
PyEnchant
commands = sphinx-build -b spelling doc/source doc/build/spelling
[pbr]
warnerrors = true