Treat sphinx warnings as errors

The repo builds without warnings, enable treating warnings as error to
keep the state.

Change-Id: I785e2333b9c457ea39e851d9d0e23cff2fca105d
This commit is contained in:
Andreas Jaeger 2017-07-21 08:53:11 +02:00
parent 1e8a55ea10
commit 311b320214
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,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