summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-22 15:30:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-24 08:23:33 +0000
commitd903e586c219bca2f1967864a12a6164910a38e1 (patch)
treeddb5c1c8840efc56bc7bb1738a172aa1203454e3 /documentation/conf.py
parent07ec4c4ee7187eaded810201996e5b833ca12fa2 (diff)
downloadpoky-d903e586c219bca2f1967864a12a6164910a38e1.tar.gz
documentation: Simplify oe_wiki and oe_home links
(From yocto-docs rev: 6867f54f349edede37c4085194f51342c24297ed) 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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index a626b1f14d..b5351599da 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -79,6 +79,7 @@ extlinks = {
79 'oe_home': ('https://www.openembedded.org%s', None), 79 'oe_home': ('https://www.openembedded.org%s', None),
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} 83}
83 84
84# Intersphinx config to use cross reference with Bitbake user manual 85# Intersphinx config to use cross reference with Bitbake user manual