diff options
| author | Tim Graham <timograham@gmail.com> | 2019-02-01 15:42:48 -0500 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-02-01 21:42:48 +0100 |
| commit | c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 (patch) | |
| tree | 46fd1d7ab5477579c2399136daed8e0451225038 /docs/conf.py | |
| parent | 75d627888bf42f8de6064a0bd665c98c0df66c55 (diff) | |
Used extlinks for GitHub commits.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
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', '#'), } |
