summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRito Rhymes <rito@ritovision.com>2026-03-21 15:55:32 +0300
committerJonathan Corbet <corbet@lwn.net>2026-03-23 00:27:43 +0300
commit99aa500409c43573a0399b2bd0dcf64e0062347c (patch)
tree47e95a4bbedcb0d58867823cfe7018aecd724f73
parent0a1a27776ddf0072883cdb4a61b91155553fcb96 (diff)
downloadlinux-99aa500409c43573a0399b2bd0dcf64e0062347c.tar.xz
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 <rito@ritovision.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260321125532.9568-1-rito@ritovision.com>
-rw-r--r--Documentation/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 679861503a25..9b822ab470d9 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"