bittorrent.org
bittorrent.org copied to clipboard
update Makefile, docutils rename `rst2html.py` to `rst2html` in newer version
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"