summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-11-13 16:28:11 +0100
committerSteve Sakoman <steve@sakoman.com>2024-11-26 05:37:10 -0800
commitad3e2d15327965d2216fd04b211d937277bd0acc (patch)
treeac3a4e312352becf4be54f045d74bd85f2139f8a /documentation
parente8f4f13c55f14f2c6ea8f0637a9eb4018ec74eb6 (diff)
downloadpoky-ad3e2d15327965d2216fd04b211d937277bd0acc.tar.gz
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: 5efb5f678278276aebd6809ab785dcea8c732de3) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 8bf3c656ec54a582c75ca7c135121a15f8e4f631) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py1
1 files changed, 1 insertions, 0 deletions
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 = """
90 90
91# external links and substitutions 91# external links and substitutions
92extlinks = { 92extlinks = {
93 'bitbake_git': ('https://git.openembedded.org/bitbake%s', None),
93 'cve_mitre': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-%s'), 94 'cve_mitre': ('https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-%s', 'CVE-%s'),
94 'cve_nist': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'), 95 'cve_nist': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-%s'),
95 'yocto_home': ('https://www.yoctoproject.org%s', None), 96 'yocto_home': ('https://www.yoctoproject.org%s', None),