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.
1 parent fd3581d commit b1aea9dCopy full SHA for b1aea9d
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