From: David Lord Date: Thu, 2 May 2024 15:42:59 +0000 (-0700) Subject: add ghsa links X-Git-Tag: 3.1.4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7863ba9d3521f1450f821119c50d19d7ecea329;p=thirdparty%2Fjinja.git add ghsa links --- diff --git a/docs/conf.py b/docs/conf.py index 17fb98ad..02c74a86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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),