docs: Don't wire font sizes for HTML output
authorJonathan Corbet <corbet@lwn.net>
Mon, 31 Oct 2022 16:48:19 +0000 (10:48 -0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 1 Nov 2022 21:59:40 +0000 (15:59 -0600)
commitbd5d1cc8ffd7ab83a409a203c1892b6216258d88
tree1e2990f7441a98326d58b511bf7b2a7fe9daf783
parent2ad34b823373c210c91e0b66c0ab5b4baffa3f0b
docs: Don't wire font sizes for HTML output

The alabaster theme likes to provide explicit sizes for fonts, which
overrides the users's own browser settings and is guaranteed to displease
folks.  Set the font size to "inherit" so that the users browser settings
control the font size they get.  We can use the font_size configuration
option for the main body font (changing the size I'd already put there),
but the sidebar size can only be set via custom CSS.

Reported-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py
Documentation/sphinx-static/custom.css