Fix tox check for restructured text syntax

This commit is contained in:
Valentin Samir 2024-04-13 17:27:52 +02:00
parent a2f10ff044
commit f2ecd8bd82

View file

@ -61,8 +61,8 @@ deps=
Pygments
skip_install=True
commands=
rst2html.py --strict {toxinidir}/README.rst /dev/null
rst2html.py --halt=warning {toxinidir}/CHANGELOG.rst /dev/null
rst2html --strict {toxinidir}/README.rst /dev/null
rst2html --halt=warning {toxinidir}/CHANGELOG.rst /dev/null
{[post_cmd]commands}
allowlist_externals={[post_cmd]allowlist_externals}