Skip to content

Commit 661ffec

Browse files
authored
Merge pull request #614 from NLeSC/478-readthedocs
478-Add readthedocs link
2 parents a08d33a + a7cdc9f commit 661ffec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

template/pyproject.toml.jinja

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ Repository = "{{ repository_url }}"
7272
Issues = "{{ repository_url }}/issues"
7373
{% if AddChangeLog -%}
7474
Changelog = "{{ repository_url }}/CHANGELOG.md"
75-
{%- endif %}
76-
75+
{% endif -%}
76+
{% if AddOnlineDocumentation -%}
77+
ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
78+
{% endif %}
7779
[tool.pytest.ini_options]
7880
testpaths = ["tests"]
7981

0 commit comments

Comments
 (0)