diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-24 19:04:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-29 10:52:16 +0000 |
commit | 22530208422d1a5d0c6790d0f02c78f6e7052ce0 (patch) | |
tree | c236a1eb8d603a00965dfe7153e33b8ff0b44f54 /documentation/conf.py | |
parent | 658a991de2e9bbec711d3761706bcda88b27751c (diff) | |
download | poky-22530208422d1a5d0c6790d0f02c78f6e7052ce0.tar.gz |
backport SPDX documentation and vulnerability improvements
(From yocto-docs rev: c87d0388caba56490c32e27911b10c926ca02ea9)
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.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index 07a15ce7de..bd45a73fa6 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -106,6 +106,7 @@ extlinks = { | |||
106 | 'oe_wiki': ('https://www.openembedded.org/wiki%s', None), | 106 | 'oe_wiki': ('https://www.openembedded.org/wiki%s', None), |
107 | 'oe_layerindex': ('https://layers.openembedded.org%s', None), | 107 | 'oe_layerindex': ('https://layers.openembedded.org%s', None), |
108 | 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None), | 108 | 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None), |
109 | 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None), | ||
109 | } | 110 | } |
110 | 111 | ||
111 | # Intersphinx config to use cross reference with BitBake user manual | 112 | # Intersphinx config to use cross reference with BitBake user manual |