summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-09-24 21:46:09 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-09-24 21:46:09 -0400
commitd2282acf424a1c9de60f1b048653a2e449b38502 (patch)
tree2d2761a99a547250e1d1d47ab16ed4772c0eacda
parent33fce42868b30a2387f2179a38982114687c4e8c (diff)
downloadoslo-rootwrap-d2282acf424a1c9de60f1b048653a2e449b38502.tar.gz
docs - Set pbr 'warnerrors' option for doc build
By setting this pbr option in setup.cfg, the doc build will fail in case of any warnings or errors occur during the build process. Change-Id: Idc4a670f019a399d7bfee1c4431f29ce396c0c23
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8cb5e51..be25fa7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,5 +36,8 @@ all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
+[pbr]
+warnerrors = True
+
[wheel]
universal = 1