Skip to content

Commit ff74544

Browse files
authored
Merge pull request #697 from NLeSC/478-rename-documentation-url
2 parents fd3581d + b1aea9d commit ff74544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Issues = "{{ repository_url }}/issues"
8080
Changelog = "{{ repository_url }}/CHANGELOG.md"
8181
{% endif -%}
8282
{% if AddOnlineDocumentation -%}
83-
ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
83+
Documentation = "https://{{ package_name }}.readthedocs.io"
8484
{% endif %}
8585
{% if AddLocalTests -%}
8686
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)