diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-09-07 13:00:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 4b3766b0dbfe2b136369a43ef9e8106ffbec70c7 (patch) | |
tree | 9682428ad435977b8e24e35afcf2001e610f4184 /documentation | |
parent | f3e7db78adf417231ce29eb6a9a28a74857a2954 (diff) | |
download | poky-4b3766b0dbfe2b136369a43ef9e8106ffbec70c7.tar.gz |
sphinx: setup extlink for docs.yoctoproject.org
(From yocto-docs rev: ec5c86368b90e4fb92295780fb10cf29c66c0fb4)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 beb5496763..54d8db4b47 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -66,6 +66,7 @@ extlinks = { | |||
66 | 'yocto_lists': ('https://lists.yoctoproject.org%s', None), | 66 | 'yocto_lists': ('https://lists.yoctoproject.org%s', None), |
67 | 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), | 67 | 'yocto_bugs': ('https://bugzilla.yoctoproject.org%s', None), |
68 | 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), | 68 | 'yocto_ab': ('https://autobuilder.yoctoproject.org%s', None), |
69 | 'yocto_docs': ('https://docs.yoctoproject.org%s', None), | ||
69 | 'yocto_git': ('https://git.yoctoproject.org%s', None), | 70 | 'yocto_git': ('https://git.yoctoproject.org%s', None), |
70 | 'oe_home': ('https://www.openembedded.org%s', None), | 71 | 'oe_home': ('https://www.openembedded.org%s', None), |
71 | 'oe_lists': ('https://lists.openembedded.org%s', None), | 72 | 'oe_lists': ('https://lists.openembedded.org%s', None), |