Sphinx extension for Zuul jobs
5f582c6eb3
Currently if a file in zuul.d is empty loading it returns None and the command returns with a generic TypeError since data cannot be iterated. This change adds a more explicit error. Change-Id: I4928aac2488a92aed57018a3aa4d9f6f7650d38b |
||
---|---|---|
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.