bd579c2b5b
PBR supports two flags for autodoc in sphinx, autodoc_index_modules and autodoc_tree_index_modules. We were only supporting autodoc_index_modules but some projects like keystone use autodoc_tree_index_modules. Address this by setting the autodoc flag to true if either is set to true and defer to pbr to figure out what it means. Change-Id: If856e4b838d013781c0690b4ac1c2b37900d0fdd |
||
---|---|---|
.. | ||
defaults | ||
library | ||
tasks | ||
README.rst |
Run sphinx to generate documentation
Role Variables
Whether to treat sphinx build warnings as errors. Defaults to undefined which means to attempt to find the setting in a setup.cfg file.