Treat sphinx warnings as errors

This enables sphinx to treat warnings as errors. With this change any
documentation format errors will be flagged in the CI sphinx job.

Change-Id: Ia0cc5a264f2c1db222156b655b706bc581f8820c
This commit is contained in:
Duc Truong 2018-07-12 18:01:19 +00:00
parent 452d71c7cd
commit ae02a6e983
1 changed files with 1 additions and 0 deletions

View File

@ -94,3 +94,4 @@ output_file = senlin/locale/senlin.pot
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1