diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-02-16 10:08:39 +0000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-02-17 14:28:05 +0100 |
| commit | 226d8319181b94b093708b8cdd4ab5e257a79df6 (patch) | |
| tree | 95c28656fd33b2811326149e5aa2fc08eefd58a3 /docs/conf.py | |
| parent | 34010d8ffaae5fb2400789720af17d9dfccd4fad (diff) | |
[2.2.x] Added documentation extlink for bugs.python.org.
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
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 b2a881aaab..9526cc411b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,6 +95,7 @@ else: django_next_version = '3.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. |
