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
This commit is contained in:
Felipe Monteiro 2017-07-10 17:10:07 +01:00
parent 2b77d3c168
commit 7de839d796
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ packages =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html