We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94160b commit 2547f4dCopy full SHA for 2547f4d
tox.ini
@@ -47,8 +47,8 @@ deps =
47
docutils
48
Pygments
49
commands =
50
- rst2html.py --report=info --halt=warning README.rst /dev/null
51
- rst2html.py --report=info --halt=warning CHANGES.rst /dev/null
+ rst2html --report=info --halt=warning README.rst /dev/null
+ rst2html --report=info --halt=warning CHANGES.rst /dev/null
52
53
[py311-latest-noi18n]
54
setenv =
0 commit comments