summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 28af37d7b1..e42e7b18a7 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -17,6 +17,7 @@ import sys
17import datetime 17import datetime
18 18
19current_version = "3.3.4" 19current_version = "3.3.4"
20bitbake_version = "1.50"
20 21
21# String used in sidebar 22# String used in sidebar
22version = 'Version: ' + current_version 23version = 'Version: ' + current_version
@@ -89,7 +90,7 @@ extlinks = {
89 90
90# Intersphinx config to use cross reference with Bitbake user manual 91# Intersphinx config to use cross reference with Bitbake user manual
91intersphinx_mapping = { 92intersphinx_mapping = {
92 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) 93 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)
93} 94}
94 95
95# -- Options for HTML output ------------------------------------------------- 96# -- Options for HTML output -------------------------------------------------