mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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 </tree/lib/bb/utils.py>`". Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 989f966e1c2b8eec100fc448be3ba09cf358ba26) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b8a6e17a4e
commit
4fe8cc4f82
@@ -90,6 +90,7 @@ rst_prolog = """
|
|||||||
|
|
||||||
# external links and substitutions
|
# external links and substitutions
|
||||||
extlinks = {
|
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_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'),
|
'cve_nist': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'),
|
||||||
'yocto_home': ('https://www.yoctoproject.org%s', None),
|
'yocto_home': ('https://www.yoctoproject.org%s', None),
|
||||||
|
|||||||
Reference in New Issue
Block a user