diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-08 17:03:17 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 00:18:34 +0000 |
| commit | cf5a00721f721d5077c73d1f4e812e5c79833fba (patch) | |
| tree | bd017753591197dbf57de5afc675f8e94d4aecdc /documentation | |
| parent | 02bd7ece750c94a39b8c85c3ff507f085bd5089d (diff) | |
| download | poky-cf5a00721f721d5077c73d1f4e812e5c79833fba.tar.gz | |
documentation: conf.py: explicit which version of bitbake objects.inv is used
(From yocto-docs rev: e8d6b264f1093f47822ebffc117cb67656fd7e03)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 ------------------------------------------------- |
