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.

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: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231029074207.297663-1-vegard.nossum@oracle.com

authored by

Vegard Nossum and committed by
Jonathan Corbet
d49af114 86b17aaf

+10
+4
Documentation/conf.py
··· 357 357 if html_theme == 'alabaster': 358 358 html_sidebars['**'].insert(0, 'about.html') 359 359 360 + # The name of an image file (relative to this directory) to place at the top 361 + # of the sidebar. 362 + html_logo = 'images/logo.svg' 363 + 360 364 # Output file base name for HTML help builder. 361 365 htmlhelp_basename = 'TheLinuxKerneldoc' 362 366
+6
Documentation/sphinx-static/custom.css
··· 23 23 width: auto; 24 24 } 25 25 26 + /* Size the logo appropriately */ 27 + img.logo { 28 + width: 104px; 29 + margin-bottom: 20px; 30 + } 31 + 26 32 /* 27 33 * Parameters for the display of function prototypes and such included 28 34 * from C source files.