From 2c4dc6476083c853b654e462c7ff65dbe0334c9e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sun, 16 Apr 2023 19:14:09 -0400 Subject: Used extlinks for PyPI links. Co-authored-by: Mariusz Felisiak --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 3d337a6602..2b37639eab 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,6 +134,7 @@ extlinks = { "bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"), "commit": ("https://github.com/django/django/commit/%s", "%s"), "cve": ("https://nvd.nist.gov/vuln/detail/CVE-%s", "CVE-%s"), + "pypi": ("https://pypi.org/project/%s/", "%s"), # A file or directory. GitHub redirects from blob to tree if needed. "source": ("https://github.com/django/django/blob/main/%s", "%s"), "ticket": ("https://code.djangoproject.com/ticket/%s", "#%s"), -- cgit v1.3