1548d82ffd
Add a unit testing framework for python roles. Thanks to Matthew Treinish for the suggestion of how to perform discovery (and much of the code which is copied from Tempest). Change-Id: Iec95dd1026a41614def57c65c3faa0516a682a5a |
||
---|---|---|
.. | ||
defaults | ||
library | ||
tasks | ||
README.rst |
Run sphinx to generate documentation
Role Variables
Whether to treat sphinx build warnings as errors. Defaults to the value of
[build_sphinx] warning-is-error
insetup.cfg
if defined,False
if the[build_sphinx]
section is present but thewarning-is-error
option is undefined, orTrue
if the entire section is undefined.