On Mon, 3 Apr 2023 01:51:46 -0700 (PDT), Ruud van der Ham wrote: > I have a sphinx HTML (www.salabim.org/manual) that has a 4-level deep > reference section. > Unfortunately, the font of the text in the sidebar is very small. Is it > possible to customise the font size? How? You can use the Web developers tools integrated in the browser to check which is the CSS selector associated with the fourth level, then override it with one saved in a custom file. You should add this file to the html_css_files [1] variable in conf.py.
HTH, Stefano [1] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval- html_css_files -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sphinx-users/u0ei9j%2489r%241%40ciao.gmane.io.
