Skip to content

Commit 31eb714

Browse files
committed
Add readthedocs link
1 parent eb1f02c commit 31eb714

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

template/pyproject.toml.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Issues = "{{ repository_url }}/issues"
7272
{% if AddChangeLog -%}
7373
Changelog = "{{ repository_url }}/CHANGELOG.md"
7474
{%- endif %}
75+
{% if AddOnlineDocumentation -%}
76+
ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
77+
{%- endif %}
7578

7679
[tool.pytest.ini_options]
7780
testpaths = ["tests"]

0 commit comments

Comments
 (0)