Commit 225c1f26 authored by David B. Kinder's avatar David B. Kinder Committed by Anas Nashif
Browse files

doc: identify release version in generated docs



It's not obvious which kernel release version you're reading about in the
documentation.  Add the version info in the breadcrumb header (instead
of "Home / Docs / Subsystems /" show as
"Home / Docs / 1.8 / Subsystems /").

(Depends on docs-theme PR-9, but can be merged now with no ill-effect)

Signed-off-by: default avatarDavid B. Kinder <david.b.kinder@intel.com>
parent c9044092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -323,8 +323,10 @@ breathe_projects = {
}
breathe_default_project = "Zephyr"

# docs_title is used in the breadcrumb title in the zephyr docs theme
html_context = {
    'show_license': html_show_license,
    'docs_title': 'Docs / ' + version,
}

extlinks = {'jira': ('https://jira.zephyrproject.org/browse/%s', '')}