summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-14 00:48:38 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-16 16:26:25 +0000
commitdcb136115373df161af02ec3d32aa97e38523742 (patch)
treea1aaadb5a4e50b8b25eeea06a560e0a21f4cec8c /docs/conf.py
parentd8b40086b932bd8a511b73dc9858f16b2432b307 (diff)
downloadpython-setuptools-git-dcb136115373df161af02ec3d32aa97e38523742.tar.gz
Add initial docs about pyproject.toml metadata
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
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']