commit | 7de839d79678a17155ea9cc4b95659234ee940a5 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Mon Jul 10 17:10:07 2017 +0100 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Mon Jul 10 17:10:07 2017 +0100 |
tree | 408ef55bb4d30051a26771cd93d5e2cee67f467c | |
parent | 2b77d3c168c37492a7ab897243ca596225b96453 [diff] [blame] |
Doc warnings as errors This commit sets warning-is-error = 1 under the build_sphinx section of setup.cfg, now the standard across many OS services, to flag sphinx warnings as errors. Change-Id: I30a5425d7b6a221121350044ff3d197464b43cdb
diff --git a/setup.cfg b/setup.cfg index a8732dc..eae0d8b 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -27,6 +27,7 @@ source-dir = doc/source build-dir = doc/build all_files = 1 +warning-is-error = 1 [upload_sphinx] upload-dir = doc/build/html