bittorrent.org icon indicating copy to clipboard operation
bittorrent.org copied to clipboard

update Makefile, docutils rename `rst2html.py` to `rst2html` in newer version

Open trim21 opened this issue 8 months ago • 0 comments

in new version of docutils it's rst2html instead of rst2html.py

https://github.com/docutils/docutils/blob/ff0b419256d6b7bfdd4363dd078c2255701de605/docutils/pyproject.toml#L91

[project.scripts]
docutils = "docutils.__main__:main"
rst2html = "docutils.core:rst2html"

trim21 avatar May 29 '24 17:05 trim21