summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-05 22:40:32 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-05 22:40:32 +0300
commit0dbd2b071c0fc36796ae00a814586a39aabcc616 (patch)
tree594cdb1490e34d1ff0889436cbf748489647aa18 /docs
parentc21b38dbe24088eaca73dbc8030cfebc898d2186 (diff)
downloadvyos-documentation-0dbd2b071c0fc36796ae00a814586a39aabcc616.tar.gz
vyos-documentation-0dbd2b071c0fc36796ae00a814586a39aabcc616.zip
docs(conf): add branch-localized html_title on sagitta
Sagitta (1.4 LTS) had no html_title defined, so the rendered page <title> and navigation top bar fell back to the Sphinx default. The sibling LTS branch (circinus) and current both set html_title; sagitta should match for consistency. Add html_title using the existing release variable so the title resolves to "VyOS 1.4.x (sagitta) LTS". Spotted while reviewing PR #1869/#1870 feedback; unrelated to that change and pre-existing. 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 7d933306..5b1c5e81 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -130,6 +130,11 @@ html_logo = '_static/images/vyos-logo.png'
# pixels large.
html_favicon = '_static/images/vyos-logo-icon.png'
+# The "title" for HTML documentation generated with Sphinx's own templates.
+# This is appended to the `<title>` tag of individual pages, and used
+# in the navigation bar as the "topmost" element.
+html_title = f'{project} {release} LTS'
+
# -- Options for HTMLHelp output ---------------------------------------------
# Output file base name for HTML help builder.