Skip to content

Commit aa0faaa

Browse files
committed
Rename rst2html.py to rst2html5 - new render backend in docutils
use Python 3.11 for this b/c different versions of docutils get installed for different Python versions and the commands and their names seem to be different across versions.
1 parent 8b67c60 commit aa0faaa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ commands=
3737
coverage html
3838

3939
[testenv:readme]
40+
basepython = python3.11
4041
skip_install = True
4142
deps =
4243
docutils
4344
Pygments
4445
commands =
45-
rst2html.py --report=info --halt=warning README.rst /dev/null
46-
rst2html.py --report=info --halt=warning CHANGELOG.rst /dev/null
46+
rst2html5 --report=info --halt=warning README.rst /dev/null
47+
rst2html5 --report=info --halt=warning CHANGELOG.rst /dev/null

0 commit comments

Comments
 (0)