From ddf55dca6bba4919ec1ebaed673e3e2697ed4709 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 22 Dec 2020 15:30:28 +0000 Subject: documentation: Simplify layerindex and layer links (From yocto-docs rev: b157d57cc50b0a9cfaa062fa0e966b4d29eceeec) Signed-off-by: Paul Barker Signed-off-by: Richard Purdie --- documentation/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'documentation/conf.py') 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 = { 'oe_lists': ('https://lists.openembedded.org%s', None), 'oe_git': ('https://git.openembedded.org%s', None), 'oe_wiki': ('https://www.openembedded.org/wiki%s', None), + 'oe_layerindex': ('https://layers.openembedded.org%s', None), + 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None), } # Intersphinx config to use cross reference with Bitbake user manual -- cgit v1.2.3-54-g00ecf