From 0dbd2b071c0fc36796ae00a814586a39aabcc616 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 5 May 2026 22:40:32 +0300 Subject: docs(conf): add branch-localized html_title on sagitta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sagitta (1.4 LTS) had no html_title defined, so the rendered page 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) --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3