Turn on warning-is-error in sphinx build

Turn on the flag to ensure that future warnings in the doc build
trigger a build failure.

Change-Id: Ib2958d90503c8f4206a45abf225a3dd87af2796e
This commit is contained in:
Dong Ma 2017-06-28 08:58:23 +08:00
parent e605216736
commit 6849cc4ef9
1 changed files with 1 additions and 0 deletions

View File

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