summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-10-07 11:41:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-08 22:01:24 +0100
commit8c5c32619ab3b4a3ce867db4dc9a67e636611cf3 (patch)
treef86e6b6a729be563468798e77ba38ae0d9d05ef0 /documentation/conf.py
parent6910fceb7a31bd4029fcd89eab9c44fbaca62439 (diff)
downloadpoky-8c5c32619ab3b4a3ce867db4dc9a67e636611cf3.tar.gz
manuals: introduce 'yocto_sstate' extlink
(From yocto-docs rev: f428c8d3bb12bfdb2b2afb03e0e6b80e28fd0e62) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 25ff290ae2..8e0847938e 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -79,6 +79,7 @@ extlinks = {
79 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), 79 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None),
80 'yocto_docs': ('https://docs.yoctoproject.org%s', None), 80 'yocto_docs': ('https://docs.yoctoproject.org%s', None),
81 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None), 81 'yocto_git': ('https://git.yoctoproject.org/cgit/cgit.cgi%s', None),
82 'yocto_sstate': ('http://sstate.yoctoproject.org%s', None),
82 'oe_home': ('https://www.openembedded.org%s', None), 83 'oe_home': ('https://www.openembedded.org%s', None),
83 'oe_lists': ('https://lists.openembedded.org%s', None), 84 'oe_lists': ('https://lists.openembedded.org%s', None),
84 'oe_git': ('https://git.openembedded.org%s', None), 85 'oe_git': ('https://git.openembedded.org%s', None),