We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08d33a + a7cdc9f commit 661ffecCopy full SHA for 661ffec
1 file changed
template/pyproject.toml.jinja
@@ -72,8 +72,10 @@ Repository = "{{ repository_url }}"
72
Issues = "{{ repository_url }}/issues"
73
{% if AddChangeLog -%}
74
Changelog = "{{ repository_url }}/CHANGELOG.md"
75
-{%- endif %}
76
-
+{% endif -%}
+{% if AddOnlineDocumentation -%}
77
+ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
78
+{% endif %}
79
[tool.pytest.ini_options]
80
testpaths = ["tests"]
81
0 commit comments