From d45ec07e5e8707bd10ea45287cab4271a71ba855 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Mon, 4 Jan 2021 12:22:04 +0100 Subject: sphinx: update link to bitbake docs The Sphinx based Bitbake documentation for dunfell release is published to https://docs.yoctoproject.org/bitbake/1.46/. (From yocto-docs rev: b8a0f97563d9680786228ecd11fafb8a4c09ea0a) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- documentation/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/conf.py b/documentation/conf.py index 33d0ddcfd7..b6d8073ee6 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.46', None) } # -- Options for HTML output ------------------------------------------------- diff --git a/documentation/index.rst b/documentation/index.rst index 937692ce08..71ed4e76f0 100644 --- a/documentation/index.rst +++ b/documentation/index.rst @@ -33,7 +33,7 @@ Welcome to the Yocto Project Documentation Profile and Tracing Manual Application Development and the Extensible SDK (eSDK) Toaster Manual - Bitbake User Manual + Bitbake User Manual .. toctree:: :maxdepth: 1 -- cgit v1.2.3-54-g00ecf