From: Rito Rhymes Date: Sat, 21 Mar 2026 12:55:32 +0000 (-0400) Subject: docs: use logo.svg as favicon X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99aa500409c43573a0399b2bd0dcf64e0062347c;p=thirdparty%2Fkernel%2Flinux.git docs: use logo.svg as favicon Use the existing documentation logo as the HTML favicon. This makes generated documentation pages use a matching browser tab icon without introducing a separate favicon asset. Signed-off-by: Rito Rhymes Signed-off-by: Jonathan Corbet Message-ID: <20260321125532.9568-1-rito@ritovision.com> --- diff --git a/Documentation/conf.py b/Documentation/conf.py index 679861503a254..9b822ab470d9d 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -455,6 +455,7 @@ if html_theme == "alabaster": # The name of an image file (relative to this directory) to place at the top # of the sidebar. html_logo = "images/logo.svg" +html_favicon = "images/logo.svg" # Output file base name for HTML help builder. htmlhelp_basename = "TheLinuxKerneldoc"