diff options
| author | Alexandr K. <o.kuchmystyi@vyos.io> | 2025-11-24 21:39:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-24 18:39:04 +0000 |
| commit | e233231e35b3c0990240638f16b6f0b5937e0d6c (patch) | |
| tree | a5035d8b75fa77a49687d7e6f9c7b8876ceb47db /docs | |
| parent | de4a11142ad1cd6ef7bb8fb47d3d456cbd7f0a91 (diff) | |
| download | vyos-documentation-e233231e35b3c0990240638f16b6f0b5937e0d6c.tar.gz vyos-documentation-e233231e35b3c0990240638f16b6f0b5937e0d6c.zip | |
docs: Correct title for rolling-release "latest" docs (#1713)
Update title to "VyOS rolling release (current)" to replace
the misleading "VyOS 1.5.x (circinus) documentation"
and keep wording consistent with other pages.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 95f0c31a..3270d309 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} rolling release (current)' + # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. |
