From b1aea9de96b09c1035d1a908da9ffa55da265135 Mon Sep 17 00:00:00 2001 From: Sander van Rijn Date: Tue, 9 Sep 2025 10:51:24 +0200 Subject: [PATCH] rename readthedocs url to documentation in pyproject.toml --- template/pyproject.toml.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]