* [PATCH] docs: use logo.svg as favicon
@ 2026-03-21 11:12 Rito Rhymes
2026-03-21 12:55 ` [PATCH v2] " Rito Rhymes
0 siblings, 1 reply; 3+ messages in thread
From: Rito Rhymes @ 2026-03-21 11:12 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc; +Cc: Shuah Khan, linux-kernel, Rito Rhymes
---
Documentation/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 679861503..9b822ab47 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"
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] docs: use logo.svg as favicon
2026-03-21 11:12 [PATCH] docs: use logo.svg as favicon Rito Rhymes
@ 2026-03-21 12:55 ` Rito Rhymes
2026-03-22 21:31 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Rito Rhymes @ 2026-03-21 12:55 UTC (permalink / raw)
To: Jonathan Corbet, linux-doc; +Cc: Shuah Khan, linux-kernel, Rito Rhymes
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>
---
v2: add commit message body and missing Signed-off-by
Documentation/conf.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 679861503..9b822ab47 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"
--
2.51.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] docs: use logo.svg as favicon
2026-03-21 12:55 ` [PATCH v2] " Rito Rhymes
@ 2026-03-22 21:31 ` Jonathan Corbet
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-03-22 21:31 UTC (permalink / raw)
To: Rito Rhymes, linux-doc; +Cc: Shuah Khan, linux-kernel, Rito Rhymes
Rito Rhymes <rito@ritovision.com> writes:
> 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>
> ---
> v2: add commit message body and missing Signed-off-by
>
> Documentation/conf.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/conf.py b/Documentation/conf.py
> index 679861503..9b822ab47 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"
>
This seems straightforward enough; applied, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-22 21:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 11:12 [PATCH] docs: use logo.svg as favicon Rito Rhymes
2026-03-21 12:55 ` [PATCH v2] " Rito Rhymes
2026-03-22 21:31 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox