mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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>
This commit is contained in:
parent
0a1a27776d
commit
99aa500409
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user