From 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 3 Nov 2022 15:59:38 +0100 Subject: manuals: add shortcut for Wikipedia links (From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee) 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 07a15ce7de..bd45a73fa6 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -106,6 +106,7 @@ extlinks = { '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), + 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None), } # Intersphinx config to use cross reference with BitBake user manual -- cgit v1.2.3-54-g00ecf