]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: use logo.svg as favicon
authorRito Rhymes <rito@ritovision.com>
Sat, 21 Mar 2026 12:55:32 +0000 (08:55 -0400)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 21:27:43 +0000 (15:27 -0600)
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 <rito@ritovision.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260321125532.9568-1-rito@ritovision.com>

Documentation/conf.py

index 679861503a254d9796403ee31f158cf514780cfd..9b822ab470d9decb2d52b9536d56a4cc61922a37 100644 (file)
@@ -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"