Skip to content

Commit

Permalink
Fix tox check for restructured text syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nitmir committed Apr 13, 2024
1 parent 17c54aa commit a04477d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit a04477d

Please sign in to comment.