@@ -36,7 +36,13 @@ author = 'Richard Purdie, Chris Larson, and Phil Blundell'
# external links and substitutions
extlinks = {
'yocto_docs': ('https://docs.yoctoproject.org%s', None),
+ 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
+ 'oe_home': ('https://www.openembedded.org%s', None),
'oe_lists': ('https://lists.openembedded.org%s', None),
+ 'oe_git': ('https://git.openembedded.org%s', None),
+ 'oe_wiki': ('https://www.openembedded.org/wiki%s', None),
+ 'oe_layerindex': ('https://layers.openembedded.org%s', None),
+ 'oe_layer': ('https://layers.openembedded.org/layerindex/branch/master/layer%s', None),
}
# -- General configuration ---------------------------------------------------
Useful in particular to refer to files in git repositories Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> --- doc/conf.py | 6 ++++++ 1 file changed, 6 insertions(+)