diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-02-16 10:08:39 +0000 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2021-02-17 14:24:42 +0100 |
| commit | d02d60eb0f032c9395199fb73c6cd29ee9bb2646 (patch) | |
| tree | 3336cfad60d6edb7c9219e4453b2babe74b96239 /docs/conf.py | |
| parent | 4d99375b46ad03fa4b4795319973046f438328c8 (diff) | |
Added documentation extlink for bugs.python.org.
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 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. |
