summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-03 15:59:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 21:31:32 +0000
commit3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch)
tree216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/conf.py
parentceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff)
downloadpoky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee) 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 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