From 2506300066a4d6c1ac4fb647d065e4e87bf80ddb Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 5 May 2026 22:38:57 +0300 Subject: docs(conf): set branch-localized html_title on circinus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Circinus is the 1.5 LTS train, but docs/conf.py hard-coded the rolling-release title from the current branch. The page title rendered as "VyOS rolling release (current)" on the 1.5 LTS docs. Use the existing branch-localized release variable so the title resolves to "VyOS 1.5.x (circinus) LTS". Spotted while reviewing PR #1869 feedback; unrelated to that change and pre-existing. 🤖 Generated by [robots](https://vyos.io) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index e87def82..3616869f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,7 +133,7 @@ html_favicon = '_static/images/vyos-logo-icon.png' # The "title" for HTML documentation generated with Sphinx's own templates. # This is appended to the `` tag of individual pages, and used # in the navigation bar as the "topmost" element. -html_title = f'{project} rolling release (current)' +html_title = f'{project} {release} LTS' # -- Options for HTMLHelp output --------------------------------------------- -- cgit v1.2.3