diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-23 11:08:21 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-23 11:08:21 +0300 |
| commit | abc3e9d38f8ce56fd73cd2007b96152fcbd083a2 (patch) | |
| tree | 95c22bdeb913984989c5db281e05cb41d7c2b0a2 /docs/conf.py | |
| parent | f01ea2428375a7da58d627074400a528e9157a57 (diff) | |
| download | vyos-documentation-abc3e9d38f8ce56fd73cd2007b96152fcbd083a2.tar.gz vyos-documentation-abc3e9d38f8ce56fd73cd2007b96152fcbd083a2.zip | |
perf: use vyos-logo.webp for html_logo in conf.py
The WebP logo file was added by this PR but not consumed by anything
since html_logo still pointed to the .png. Sphinx serves html_logo as
an <img> tag with full WebP browser support.
html_favicon stays .png (WebP favicon support is inconsistent in some
environments). latex_logo stays .png (LaTeX does not support WebP).
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/conf.py')
| -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 ec1827ca..1c1014e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,7 +134,7 @@ llms_txt_file = False # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/images/vyos-logo.png' +html_logo = '_static/images/vyos-logo.webp' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
