Sphinx extension for Zuul jobs
8f1cecfd74
The check for whether a README.rst exists would naively look for files like __init__.py/README.rst if there were files in the roles/ directory. Only look for role directories instead. Change-Id: I80268047a08b1294ccef841cd59894ec7133d16d |
||
---|---|---|
doc/source | ||
tests/roles | ||
zuul_sphinx | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Zuul Sphinx
A Sphinx extension for documenting Zuul jobs.
Config options
zuul_role_paths
-
(str list) List of extra paths to examine for role documentation (other than
roles/
) zuul_autoroles_warn_missing
-
(boolean) Default: True Warn when a role found with
autoroles
does not have aREADME.rst
file.