summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-05 21:29:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-18 17:58:02 +0000
commit4760c3e264c10c019635338d47221cce9ccd4bf2 (patch)
treec271e616d565144cd3e6b2563e3d3e03a0b0f3a5 /documentation/conf.py
parent44070259964907f68575573d7b7d4d3d309a4425 (diff)
downloadpoky-4760c3e264c10c019635338d47221cce9ccd4bf2.tar.gz
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 <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py1
1 files changed, 1 insertions, 0 deletions
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 = """
72 72
73# external links and substitutions 73# external links and substitutions
74extlinks = { 74extlinks = {
75 'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'),
75 'yocto_home': ('https://www.yoctoproject.org%s', None), 76 'yocto_home': ('https://www.yoctoproject.org%s', None),
76 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None), 77 'yocto_wiki': ('https://wiki.yoctoproject.org/wiki%s', None),
77 'yocto_dl': ('https://downloads.yoctoproject.org%s', None), 78 'yocto_dl': ('https://downloads.yoctoproject.org%s', None),