summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-01 15:42:48 -0500
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-02-01 21:42:48 +0100
commitc34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 (patch)
tree46fd1d7ab5477579c2399136daed8e0451225038 /docs/conf.py
parent75d627888bf42f8de6064a0bd665c98c0df66c55 (diff)
Used extlinks for GitHub commits.
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 1da94f01b6..7df6c853c9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -44,6 +44,7 @@ extensions = [
]
extlinks = {
+ 'commit': ('https://github.com/django/django/commit/%s', ''),
'cve': ('https://nvd.nist.gov/view/vuln/detail?vulnId=%s', 'CVE-'),
'ticket': ('https://code.djangoproject.com/ticket/%s', '#'),
}