diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-30 11:16:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 11:16:16 -0500 |
| commit | 9aedf74a3750644515073f0f8ceb5e6cf66565cf (patch) | |
| tree | aa3b9250665dafa8762e1b9e4e35154c4825c024 /docs/conf.py | |
| parent | 62d0e1421b915c8eeb95bdcb7f3ff4ce9ba64721 (diff) | |
| parent | 7d3db3f9e6f1c6b29217a402d0294b423e1ee187 (diff) | |
| download | python-setuptools-git-9aedf74a3750644515073f0f8ceb5e6cf66565cf.tar.gz | |
Merge pull request #2897 from abravalheri/improve-docs
Docs: Add instructions about `build_meta` wrappers as alternative to dynamic `setup_requires`
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 1fb27716..bfd45a69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,6 +96,7 @@ github_url = 'https://github.com' github_sponsors_url = f'{github_url}/sponsors' extlinks = { 'user': (f'{github_sponsors_url}/%s', '@'), # noqa: WPS323 + 'pypi': ('https://pypi.org/project/%s', '%s'), } extensions += ['sphinx.ext.extlinks'] |
