python-template icon indicating copy to clipboard operation
python-template copied to clipboard

Add link to readthedocs in pyproject.toml

Open sverhoeven opened this issue 1 year ago • 1 comments

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.

sverhoeven avatar Aug 21 '24 08:08 sverhoeven

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?

sverhoeven avatar Aug 29 '24 07:08 sverhoeven