diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-11-13 16:28:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-15 11:16:58 +0000 |
commit | 4fe8cc4f826071159ec82f2bfcb95d3778865a25 (patch) | |
tree | 594df3656eee6fed64db591142843a1df52f824d | |
parent | b8a6e17a4eef4a4684109af006b75393f64ef779 (diff) | |
download | poky-4fe8cc4f826071159ec82f2bfcb95d3778865a25.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: 989f966e1c2b8eec100fc448be3ba09cf358ba26)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/conf.py | 1 |
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 |
92 | extlinks = { | 92 | extlinks = { |
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), |