]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
add ghsa links
authorDavid Lord <davidism@gmail.com>
Thu, 2 May 2024 15:42:59 +0000 (08:42 -0700)
committerDavid Lord <davidism@gmail.com>
Thu, 2 May 2024 15:42:59 +0000 (08:42 -0700)
docs/conf.py

index 17fb98ad848f951381651cfacfcd19d428b84e14..02c74a86b27d303419c1a308e1bcbaa63e19d61e 100644 (file)
@@ -24,6 +24,7 @@ autodoc_preserve_defaults = True
 extlinks = {
     "issue": ("https://github.com/pallets/jinja/issues/%s", "#%s"),
     "pr": ("https://github.com/pallets/jinja/pull/%s", "#%s"),
+    "ghsa": ("https://github.com/advisories/GHSA-%s", "GHSA-%s"),
 }
 intersphinx_mapping = {
     "python": ("https://docs.python.org/3/", None),