From 4760c3e264c10c019635338d47221cce9ccd4bf2 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 5 Jan 2022 21:29:03 +0100 Subject: manuals: add 3.4 and 3.4.1 release notes after migration information Only done for release 3.4 and 3.4.1 so far. Release notes are kept under the migration-guides/ directory for the moment, for easier reviewing. (From yocto-docs rev: b311070d866cf4ab51c72ff3ac7bc41ea3e932cb) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/conf.py') diff --git a/documentation/conf.py b/documentation/conf.py index 1bea180325..3015892d29 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -72,6 +72,7 @@ rst_prolog = """ # external links and substitutions extlinks = { + 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), 'yocto_home': ('https://www.yoctoproject.org%s', None), 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), -- cgit v1.2.3-54-g00ecf