mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
02bd7ece75
commit
cf5a00721f
@@ -17,6 +17,7 @@ import sys
|
|||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
current_version = "3.1.12"
|
current_version = "3.1.12"
|
||||||
|
bitbake_version = "1.46"
|
||||||
|
|
||||||
# String used in sidebar
|
# String used in sidebar
|
||||||
version = 'Version: ' + current_version
|
version = 'Version: ' + current_version
|
||||||
@@ -82,7 +83,7 @@ extlinks = {
|
|||||||
|
|
||||||
# Intersphinx config to use cross reference with Bitbake user manual
|
# Intersphinx config to use cross reference with Bitbake user manual
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
'bitbake': ('https://docs.yoctoproject.org/bitbake/1.46', None)
|
'bitbake': ('https://docs.yoctoproject.org/bitbake/' + bitbake_version, None)
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user