diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index 72076ab7..821cfc14 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -80,7 +80,7 @@ Issues = "{{ repository_url }}/issues" Changelog = "{{ repository_url }}/CHANGELOG.md" {% endif -%} {% if AddOnlineDocumentation -%} -ReadTheDocs = "https://{{ package_name }}.readthedocs.io" +Documentation = "https://{{ package_name }}.readthedocs.io" {% endif %} {% if AddLocalTests -%} [tool.pytest.ini_options]