From 4fe8cc4f826071159ec82f2bfcb95d3778865a25 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: 989f966e1c2b8eec100fc448be3ba09cf358ba26) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- 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