We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3581d + b1aea9d commit ff74544Copy full SHA for ff74544
template/pyproject.toml.jinja
@@ -80,7 +80,7 @@ Issues = "{{ repository_url }}/issues"
80
Changelog = "{{ repository_url }}/CHANGELOG.md"
81
{% endif -%}
82
{% if AddOnlineDocumentation -%}
83
-ReadTheDocs = "https://{{ package_name }}.readthedocs.io"
+Documentation = "https://{{ package_name }}.readthedocs.io"
84
{% endif %}
85
{% if AddLocalTests -%}
86
[tool.pytest.ini_options]
0 commit comments