summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-11-09 15:32:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-09 14:40:32 +0000
commitdff89518bdbfce64eb511ffd6d9490d9102ef360 (patch)
treec8f21fa002ad6467ec7ee391bde6b0e60d8733c2 /documentation
parentcdae385f7dddac2f4ceabb1ef3a673266bebcdf2 (diff)
downloadpoky-dff89518bdbfce64eb511ffd6d9490d9102ef360.tar.gz
conf: use bitbake 1.48 branch for intersphinx
We now publish the branch 1.48 of bitbake docs to https://docs.yoctoproject.org/bitbake/1.48/ yocto-docs can refer to bitbake documentation using the intersphinx extension. The gatesgarth docs should refer to the 1.48 branch of bitbake, not the development branch. (From yocto-docs rev: 09ae216a022b85fe1f03b55e6341e258c7215e20) 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 5d8a7af300..ed8c5c0330 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -82,7 +82,7 @@ extlinks = {
82 82
83# Intersphinx config to use cross reference with Bitbake user manual 83# Intersphinx config to use cross reference with Bitbake user manual
84intersphinx_mapping = { 84intersphinx_mapping = {
85 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) 85 'bitbake': ('https://docs.yoctoproject.org/bitbake/1.48', None)
86} 86}
87 87
88# -- Options for HTML output ------------------------------------------------- 88# -- Options for HTML output -------------------------------------------------