diff options
| -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 8e0847938e..1bea180325 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 = "dev" | 19 | current_version = "dev" |
| 20 | bitbake_version = "" # Leave empty for development branch | ||
| 20 | 21 | ||
| 21 | # String used in sidebar | 22 | # String used in sidebar |
| 22 | version = 'Version: ' + current_version | 23 | version = 'Version: ' + current_version |
| @@ -90,7 +91,7 @@ extlinks = { | |||
| 90 | 91 | ||
| 91 | # Intersphinx config to use cross reference with Bitbake user manual | 92 | # Intersphinx config to use cross reference with Bitbake user manual |
| 92 | intersphinx_mapping = { | 93 | intersphinx_mapping = { |
| 93 | 'bitbake': ('https://docs.yoctoproject.org/bitbake/', None) | 94 | 'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None) |
| 94 | } | 95 | } |
| 95 | 96 | ||
| 96 | # Suppress "WARNING: unknown mimetype for ..." | 97 | # Suppress "WARNING: unknown mimetype for ..." |
