Merge "docs - Set pbr 'warnerrors' option for doc build"

This commit is contained in:
Jenkins
2014-08-12 04:02:22 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ man_pages = [
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
#html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.

View File

@@ -48,6 +48,7 @@ Developer Docs
devref/index
man/index
api/autoindex
API Extensions
==============

View File

@@ -166,3 +166,4 @@ universal = 1
[pbr]
autodoc_index_modules = 1
warnerrors = true