diff options
author | Paul Barker <pbarker@konsulko.com> | 2020-11-18 10:06:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-20 14:32:25 +0000 |
commit | 5c6f5a8f981561511486fa2a9c284e0a22b2f81f (patch) | |
tree | 0b7f6f8d4f9eb1a45e46d7a24c9b9c5e3e060b66 /documentation/conf.py | |
parent | ba2e630546dc398c23e24e96412951e44326ddb4 (diff) | |
download | poky-5c6f5a8f981561511486fa2a9c284e0a22b2f81f.tar.gz |
conf.py: Add oe_git directive
This simplifies linking to git repositories on openembedded.org.
(From yocto-docs rev: 03e13ca4d013e7712216a66eb4cdeb4a456be6a9)
Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-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 a8df6e8f86..96118abec0 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -78,6 +78,7 @@ extlinks = { | |||
78 | 'yocto_git': ('https://git.yoctoproject.org%s', None), | 78 | 'yocto_git': ('https://git.yoctoproject.org%s', None), |
79 | 'oe_home': ('https://www.openembedded.org%s', None), | 79 | 'oe_home': ('https://www.openembedded.org%s', None), |
80 | 'oe_lists': ('https://lists.openembedded.org%s', None), | 80 | 'oe_lists': ('https://lists.openembedded.org%s', None), |
81 | 'oe_git': ('https://git.openembedded.org%s', None), | ||
81 | } | 82 | } |
82 | 83 | ||
83 | # Intersphinx config to use cross reference with Bitbake user manual | 84 | # Intersphinx config to use cross reference with Bitbake user manual |