From ca497aa1fbbcc71f7f840c568fa338666da97cac Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 12 Aug 2015 10:51:18 -0700 Subject: [PATCH] Treat sphinx warnings as errors Change-Id: I65fcca7eb3397c8f5a777bab1c9c20161263ed26 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9cda3e8d2..bcaecb5d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -221,3 +221,6 @@ input_file = neutron/locale/neutron.pot [wheel] universal = 1 + +[pbr] +warnerrors = true -- 2.45.2