summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commitddf55dca6bba4919ec1ebaed673e3e2697ed4709 (patch)
treee0e631080e5ee2da1d9e3c4daa6ad0c9f2df096f /documentation/conf.py
parentd903e586c219bca2f1967864a12a6164910a38e1 (diff)
downloadpoky-ddf55dca6bba4919ec1ebaed673e3e2697ed4709.tar.gz
documentation: Simplify layerindex and layer links
(From yocto-docs rev: b157d57cc50b0a9cfaa062fa0e966b4d29eceeec) Signed-off-by: Paul Barker <pbarker@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index b5351599da..68eb92b0a8 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -80,6 +80,8 @@ extlinks = {
80 'oe_lists': ('https://lists.openembedded.org%s', None), 80 'oe_lists': ('https://lists.openembedded.org%s', None),
81 'oe_git': ('https://git.openembedded.org%s', None), 81 'oe_git': ('https://git.openembedded.org%s', None),
82 'oe_wiki': ('https://www.openembedded.org/wiki%s', None), 82 'oe_wiki': ('https://www.openembedded.org/wiki%s', None),
83 'oe_layerindex': ('https://layers.openembedded.org%s', None),
84 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None),
83} 85}
84 86
85# Intersphinx config to use cross reference with Bitbake user manual 87# Intersphinx config to use cross reference with Bitbake user manual