mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cdae385f7d
commit
dff89518bd
@@ -82,7 +82,7 @@ extlinks = {
|
||||
|
||||
# Intersphinx config to use cross reference with Bitbake user manual
|
||||
intersphinx_mapping = {
|
||||
'bitbake': ('https://docs.yoctoproject.org/bitbake/', None)
|
||||
'bitbake': ('https://docs.yoctoproject.org/bitbake/1.48', None)
|
||||
}
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user