summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2017-07-13 18:44:26 +0200
committerLuigi Toscano <ltoscano@redhat.com>2017-07-13 18:51:45 +0200
commit76f056899c728a47bfa061732c284319ea9ce0c3 (patch)
tree5e076fc1f37388db500262858c3dbdd0e7e749ee /setup.cfg
parentdf536ba753c4731a6b494dccdacb1428c941d290 (diff)
downloadpython-saharaclient-76f056899c728a47bfa061732c284319ea9ce0c3.tar.gz
doc: enable warning-is-error and fix warnings
A small workaround is required for a specific parameter (see the inline comment). Change-Id: I1eac60cc8ca89a12dd568f5a12f70fdab9b76b62
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2adf16f..1ad6fb8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -96,6 +96,7 @@ openstack.data_processing.v1 =
all_files = 1
build-dir = doc/build
source-dir = doc/source
+warning-is-error = 1
[wheel]
universal = 1