Skip to content

Commit 5229f87

Browse files
dbkinderAnas Nashif
authored andcommitted
doc: add version info on Latest docs
All Sphinx-generated pages for tagged release documentation include the release version number in the breadcrumb header. This patch adds this to the "Latest" daily doc build results that are the default pages seen when visiting docs.zephyrproject.org Fixes: #6432 Signed-off-by: David B. Kinder <[email protected]>
1 parent dbb6511 commit 5229f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
docs_title = 'Docs / %s' %(version)
172172
else:
173173
is_release = False
174-
docs_title = 'Docs'
174+
docs_title = 'Docs / Latest'
175175

176176
# The name for this set of Sphinx documents. If None, it defaults to
177177
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)