Commit d49af114 authored by Vegard Nossum's avatar Vegard Nossum Committed by Jonathan Corbet

Documentation: add tux logo

We already have the logo, let's use it.

Testing: make htmldocs

Cc: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: default avatarVegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231029074207.297663-1-vegard.nossum@oracle.com
parent 86b17aaf
...@@ -357,6 +357,10 @@ html_sidebars = { '**': ['searchbox.html', 'kernel-toc.html', 'sourcelink.html'] ...@@ -357,6 +357,10 @@ html_sidebars = { '**': ['searchbox.html', 'kernel-toc.html', 'sourcelink.html']
if html_theme == 'alabaster': if html_theme == 'alabaster':
html_sidebars['**'].insert(0, 'about.html') html_sidebars['**'].insert(0, 'about.html')
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'images/logo.svg'
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'TheLinuxKerneldoc' htmlhelp_basename = 'TheLinuxKerneldoc'
......
...@@ -23,6 +23,12 @@ div.document { ...@@ -23,6 +23,12 @@ div.document {
width: auto; width: auto;
} }
/* Size the logo appropriately */
img.logo {
width: 104px;
margin-bottom: 20px;
}
/* /*
* Parameters for the display of function prototypes and such included * Parameters for the display of function prototypes and such included
* from C source files. * from C source files.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment