python-template
python-template copied to clipboard
Add link to readthedocs in pyproject.toml
At https://github.com/NLeSC/python-template/blob/81fb2e2e2361561ad4f58d730b1f8999e43c590e/template/pyproject.toml.jinja#L71-L74
These links show up on the pypi page for the package. It would be nice if you decided to host the docs online (#476) that there is a link from pypi page to the readthedocs.
In #614 the ReadTheDocs = https:/... was added to the pyproject.toml. However PyPi has standardized name Documentation for docs, see https://docs.pypi.org/project_metadata/#general-url .
Can ReadTheDocs be renamed to Documentation?