zuul-jobs/roles/sphinx
Albin Vass 9062289151 Check for loop_control in with_ type loops
Change-Id: I191265df7709a6262b44a428d78fe28ffaeb4b75
2020-05-01 13:45:34 +02:00
..
defaults Add general sphinx and reno jobs and role 2017-11-20 17:59:28 -06:00
library Add a python unit test framework 2018-07-25 09:11:25 -07:00
tasks Check for loop_control in with_ type loops 2020-05-01 13:45:34 +02:00
__init__.py Enable Python 2.7 unit tests 2018-08-17 10:23:20 +10:00
README.rst Default warning-is-error to True for non-legacy Sphinx projects 2018-05-10 09:23:57 +01:00

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 in setup.cfg if defined, False if the [build_sphinx] section is present but the warning-is-error option is undefined, or True if the entire section is undefined.