Sphinx extension for Zuul jobs
44012c032b
I managed to get some hidden utf-8 characters into a zuul role README.rst file which broke building in the gate on python 2.7 in a rather mysterious way, deep inside the rst parser. Make sure we open the README.rst files in unicode mode; this way the lines are passed into the rst core as unicode and things go as planned. Change-Id: Id27062989c0527de545b18471eec29926955a4e4 |
||
---|---|---|
doc/source | ||
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.