Error doc builds on WARN or ERROR

This will ensure that any new commits to IPA won't pass a docs job if
they introduce improperly formatted doc strings. This will enable us to
ensure our generated documentation remains of a high quality.

I will be following this up with a change to project-config to have IPA
run the docs job on every change.

Change-Id: I90236225623298a7070db1ff22acb44dddb1c520
This commit is contained in:
Jay Faulkner 2015-04-02 12:49:40 -07:00
parent 67a48c8cb1
commit 1394771fcc
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ironic_python_agent.hardware_managers =
[pbr]
autodoc_index_modules = True
warnerrors = True
[build_sphinx]
all_files = 1