From 524bac56d1c5c1ccc995ecd3b4d2eb2476b115c5 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 7 Nov 2025 12:16:44 +0100 Subject: [PATCH] bitbake: doc/conf.py: add wikipedia extlink For use in the documentation. (Bitbake rev: ed90b2ef95564b79d28a20e0e217e13be110499b) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- bitbake/doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/doc/conf.py b/bitbake/doc/conf.py index f61241e28b..bce386624e 100644 --- a/bitbake/doc/conf.py +++ b/bitbake/doc/conf.py @@ -39,6 +39,7 @@ author = 'Richard Purdie, Chris Larson, and Phil Blundell' extlinks = { 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 'oe_lists': ('https://lists.openembedded.org%s', None), + 'wikipedia': ('https://en.wikipedia.org/wiki/%s', None), } # -- General configuration ---------------------------------------------------