From ad3e2d15327965d2216fd04b211d937277bd0acc Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Wed, 13 Nov 2024 16:28:11 +0100 Subject: conf.py: add a bitbake_git extlink To make references to the bitbake repo, add an extlink for it and use it in the docs with ":bitbake_git:`lib/bb/utils.py `". Reviewed-by: Quentin Schulz (From yocto-docs rev: 5efb5f678278276aebd6809ab785dcea8c732de3) Signed-off-by: Antonin Godard (cherry picked from commit 8bf3c656ec54a582c75ca7c135121a15f8e4f631) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- 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 c7dd4e03fc..b0e7c91eb5 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -90,6 +90,7 @@ rst_prolog = """ # external links and substitutions extlinks = { + 'bitbake_git': ('https://git.openembedded.org/bitbake%s', None), 'cve_mitre': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-%s'), 'cve_nist': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), 'yocto_home': ('https://www.yoctoproject.org%s', None), -- cgit v1.2.3-54-g00ecf