From f2ecd8bd823d9bb9759d1aa8316cf9844e1a052a Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sat, 13 Apr 2024 17:27:52 +0200 Subject: [PATCH] Fix tox check for restructured text syntax --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 66e8223..229ea79 100644 --- a/tox.ini +++ b/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}