Skip to content

Commit d59e808

Browse files
committed
Drop .py extension when calling rst2html
doesn't seem to exist, maybe was available in older versions.
1 parent 8b67c60 commit d59e808

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ deps =
4242
docutils
4343
Pygments
4444
commands =
45-
rst2html.py --report=info --halt=warning README.rst /dev/null
46-
rst2html.py --report=info --halt=warning CHANGELOG.rst /dev/null
45+
rst2html --report=info --halt=warning README.rst /dev/null
46+
rst2html --report=info --halt=warning CHANGELOG.rst /dev/null

0 commit comments

Comments
 (0)