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 = { # 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 -------------------------------------------------