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
This commit is contained in:
DeepaJon 2017-04-03 16:08:13 +05:30 committed by Vitaliy Nogin
parent 96b54e336b
commit 0e444edaf8
1 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,5 @@ all_files = 1
[bdist_wheel]
universal = 1
warning-is-error = 1