diff --git a/source/conf.py b/source/conf.py index 22b0e5e36..28c0d8675 100644 --- a/source/conf.py +++ b/source/conf.py @@ -198,6 +198,7 @@ "pr": (f"{github_repo_url}/pull/%s", "PR #%s"), "commit": (f"{github_repo_url}/commit/%s", "%s"), "gh": (f"{github_url}/%s", "GitHub: %s"), + "pypi": ("https://pypi.org/project/%s", "%s"), "user": (f"{github_sponsors_url}/%s", "@%s"), }