summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2021-01-04 12:22:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 11:23:14 +0000
commitd45ec07e5e8707bd10ea45287cab4271a71ba855 (patch)
treec7a06c9b3d628ec8c4af61e89db4374ee9598978 /documentation
parentf0c12d8a61478a4f512cb2b69428ca5e29a8bcc9 (diff)
downloadpoky-d45ec07e5e8707bd10ea45287cab4271a71ba855.tar.gz
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 <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/index.rst2
2 files changed, 2 insertions, 2 deletions
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 = {
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.46', None)
86} 86}
87 87
88# -- Options for HTML output ------------------------------------------------- 88# -- 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
33 Profile and Tracing Manual <profile-manual/profile-manual> 33 Profile and Tracing Manual <profile-manual/profile-manual>
34 Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual> 34 Application Development and the Extensible SDK (eSDK) <sdk-manual/sdk-manual>
35 Toaster Manual <toaster-manual/toaster-manual> 35 Toaster Manual <toaster-manual/toaster-manual>
36 Bitbake User Manual <https://docs.yoctoproject.org/bitbake> 36 Bitbake User Manual <https://docs.yoctoproject.org/bitbake/1.46>
37 37
38.. toctree:: 38.. toctree::
39 :maxdepth: 1 39 :maxdepth: 1