Use Sphinx 1.5 warning-is-error

This will ensure doc warnings don't make their way in.

Change-Id: I7ebba63f7d751cfb335cd39c2790250b6aa035dd
This commit is contained in:
Stephen Finucane 2017-03-16 16:51:54 +00:00
parent 2fe0353d0a
commit 64fe476429
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ cliff.formatter.completion =
[build_sphinx]
all_files = 1
all-files = 1
warning-is-error = 1
build-dir = doc/build
source-dir = doc/source