Skip to content

Commit e233231

Browse files
docs: Correct title for rolling-release "latest" docs (#1713)
Update title to "VyOS rolling release (current)" to replace the misleading "VyOS 1.5.x (circinus) documentation" and keep wording consistent with other pages.
1 parent de4a111 commit e233231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@
130130
# pixels large.
131131
html_favicon = '_static/images/vyos-logo-icon.png'
132132

133+
# The "title" for HTML documentation generated with Sphinx's own templates.
134+
# This is appended to the `<title>` tag of individual pages, and used
135+
# in the navigation bar as the "topmost" element.
136+
html_title = f'{project} rolling release (current)'
137+
133138
# -- Options for HTMLHelp output ---------------------------------------------
134139

135140
# Output file base name for HTML help builder.

0 commit comments

Comments
 (0)