Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rito Rhymes and committed by
Jonathan Corbet
99aa5004 0a1a2777

+1
+1
Documentation/conf.py
··· 455 455 # The name of an image file (relative to this directory) to place at the top 456 456 # of the sidebar. 457 457 html_logo = "images/logo.svg" 458 + html_favicon = "images/logo.svg" 458 459 459 460 # Output file base name for HTML help builder. 460 461 htmlhelp_basename = "TheLinuxKerneldoc"