Use Sphinx 1.5 warning-is-error

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

Change-Id: I9a007ad89f3a2219feb960fee858bf70c1643416
This commit is contained in:
Stephen Finucane 2017-03-16 16:53:33 +00:00
parent 70170656fd
commit f45aa9079d
1 changed files with 2 additions and 1 deletions

View File

@ -696,9 +696,10 @@ autodoc_tree_excludes =
openstackclient/tests/*
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html