diff options
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 7d933306..5b1c5e81 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} {release} LTS' + # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. |
