From abc3e9d38f8ce56fd73cd2007b96152fcbd083a2 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Thu, 23 Apr 2026 11:08:21 +0300 Subject: perf: use vyos-logo.webp for html_logo in conf.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3