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 6eb284e656..0790b50a77 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -17,6 +17,7 @@ import sys
17import datetime 17import datetime
18 18
19current_version = "3.1.12" 19current_version = "3.1.12"
20bitbake_version = "1.46"
20 21
21# String used in sidebar 22# String used in sidebar
22version = 'Version: ' + current_version 23version = 'Version: ' + current_version
@@ -82,7 +83,7 @@ extlinks = {
82 83
83# Intersphinx config to use cross reference with Bitbake user manual 84# Intersphinx config to use cross reference with Bitbake user manual
84intersphinx_mapping = { 85intersphinx_mapping = {
85 'bitbake': ('https://docs.yoctoproject.org/bitbake/1.46', None) 86 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)
86} 87}
87 88
88# -- Options for HTML output ------------------------------------------------- 89# -- Options for HTML output -------------------------------------------------