diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/conf.py | 3 |
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 | |||
| 17 | import datetime | 17 | import datetime |
| 18 | 18 | ||
| 19 | current_version = "3.1.12" | 19 | current_version = "3.1.12" |
| 20 | bitbake_version = "1.46" | ||
| 20 | 21 | ||
| 21 | # String used in sidebar | 22 | # String used in sidebar |
| 22 | version = 'Version: ' + current_version | 23 | version = '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 |
| 84 | intersphinx_mapping = { | 85 | intersphinx_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 ------------------------------------------------- |
