| Message ID | 20251103-bitbake-setup-v1-1-635a7c829a4b@bootlin.com | 
|---|---|
| State | New | 
| Headers | show | 
| Series | Add bitbake-setup documentation | expand | 
diff --git a/doc/conf.py b/doc/conf.py index f61241e28b..bce386624e 100644 --- a/doc/conf.py +++ b/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 ---------------------------------------------------
For use in the documentation. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- doc/conf.py | 1 + 1 file changed, 1 insertion(+)