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.gibson@noumenal.es>2021-02-17 10:55:05 +0100
commit4d741ba2f4884f01314790d980a281371f6d74d2 (patch)
tree329d389ed8b6e3d244eb7c4e406420e9a199e3a0 /docs/conf.py
parent45bef6706ae7436b5c2c503018b21ff70b2e6728 (diff)
downloaddjango-c/use-bpo-extlink.tar.gz
Added documentation extlink for bugs.python.org.c/use-bpo-extlink
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.