diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-07 10:11:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 10:11:48 +0300 |
| commit | 74b53fee6c30f58e26f90db829c8a7aac73e85ad (patch) | |
| tree | 02512c4d1e20b17bd8de4de88edc72149eb83634 /docs | |
| parent | 7415ae8d15acea28f4910e6c4fd052aaab7985ed (diff) | |
| parent | 2506300066a4d6c1ac4fb647d065e4e87bf80ddb (diff) | |
| download | vyos-documentation-74b53fee6c30f58e26f90db829c8a7aac73e85ad.tar.gz vyos-documentation-74b53fee6c30f58e26f90db829c8a7aac73e85ad.zip | |
Merge pull request #1879 from vyos/fix/docs-html-title-circinus
docs(conf): set branch-localized html_title on circinus
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 5ede415e..1cfe669e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -175,7 +175,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 --------------------------------------------- |
