From 0e444edaf8312832cee357981316438162bc36ea Mon Sep 17 00:00:00 2001 From: DeepaJon Date: Mon, 3 Apr 2017 16:08:13 +0530 Subject: [PATCH] Enable warnings as errors Warning-is-error option is avaialble in sphinx setup command integration since Sphinx 1.5. This is useful to prevent future warnings. Note that there is no sphinx error or warning in the current code base. Change-Id: I5bfcfb436cbe5662c0702ea3a3343cd03cdd756a --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index d9b1e7a..a66eff2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,3 +38,5 @@ all_files = 1 [bdist_wheel] universal = 1 + +warning-is-error = 1