diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 10:12:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 10:12:44 +0300 |
| commit | eb3945a6b23773a3c4e0ad1f38a672ef919d41e7 (patch) | |
| tree | 82f67edd0bd5cc9730014e6e5f5a829a379ea81f /docs | |
| parent | cda6de295f85bc33d4ad60b0cbed48ea54aaedf8 (diff) | |
| parent | 672b331fdaaa91e5a0c23c4abb9609c6f4c6a359 (diff) | |
| download | vyos-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.py | 2 |
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 --------------------------------------------- |
