Commit 69bddff8 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 5ca45ba3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -303,6 +303,8 @@ 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,
}