Fix tox check for restructured text syntax
This commit is contained in:
parent
a2f10ff044
commit
f2ecd8bd82
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue