summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-07 10:12:44 +0300
committerGitHub <noreply@github.com>2026-05-07 10:12:44 +0300
commiteb3945a6b23773a3c4e0ad1f38a672ef919d41e7 (patch)
tree82f67edd0bd5cc9730014e6e5f5a829a379ea81f /docs
parentcda6de295f85bc33d4ad60b0cbed48ea54aaedf8 (diff)
parent672b331fdaaa91e5a0c23c4abb9609c6f4c6a359 (diff)
downloadvyos-documentation-eb3945a6b23773a3c4e0ad1f38a672ef919d41e7.tar.gz
vyos-documentation-eb3945a6b23773a3c4e0ad1f38a672ef919d41e7.zip
Merge pull request #1880 from vyos/fix/docs-html-title-sagitta
docs(conf): add branch-localized html_title on sagitta
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4a31d081..8efd0d42 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -171,7 +171,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 `<title>` 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 ---------------------------------------------