diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-14 00:48:38 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-16 16:26:25 +0000 |
| commit | dcb136115373df161af02ec3d32aa97e38523742 (patch) | |
| tree | a1aaadb5a4e50b8b25eeea06a560e0a21f4cec8c /docs/conf.py | |
| parent | d8b40086b932bd8a511b73dc9858f16b2432b307 (diff) | |
| download | python-setuptools-git-dcb136115373df161af02ec3d32aa97e38523742.tar.gz | |
Add initial docs about pyproject.toml metadata
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9b4841d1..ee833135 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,6 +103,7 @@ extlinks = { 'pr': (f'{github_repo_url}/pull/%s', 'PR #%s'), # noqa: WPS323 'user': (f'{github_sponsors_url}/%s', '@'), # noqa: WPS323 'pypi': ('https://pypi.org/project/%s', '%s'), # noqa: WPS323 + 'wiki': ('https://wikipedia.org/wiki/%s', '%s'), # noqa: WPS323 } extensions += ['sphinx.ext.extlinks'] |
