summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-02-16 10:08:39 +0000
committerCarlton Gibson <carlton@noumenal.es>2021-02-17 14:24:42 +0100
commitd02d60eb0f032c9395199fb73c6cd29ee9bb2646 (patch)
tree3336cfad60d6edb7c9219e4453b2babe74b96239 /docs/conf.py
parent4d99375b46ad03fa4b4795319973046f438328c8 (diff)
Added documentation extlink for bugs.python.org.
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 3c3020ac09..acad0b6d51 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,6 +102,7 @@ else:
django_next_version = '4.0'
extlinks = {
+ 'bpo': ('https://bugs.python.org/issue%s', 'bpo-'),
'commit': ('https://github.com/django/django/commit/%s', ''),
'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-'),
# A file or directory. GitHub redirects from blob to tree if needed.