eee316ce7b
Add a testenv:py27 environment that overrides basepython to 2.7 Unfortunately implicit namespace packages are a Python3 thing [1] so we have to scatter a few __init__.py's around for the test loader under python2 to be able to find the unit test directories. Update documenation to mention this Needed-By: https://review.openstack.org/592768 [1] https://www.python.org/dev/peps/pep-0420/ Change-Id: I9a653666e8a083fb7f3fbb92589fe0467a41e6e6 |
||
---|---|---|
.. | ||
defaults | ||
library | ||
tasks | ||
__init__.py | ||
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.