On Wed, Jun 04, 2025 at 08:36:42AM -0600, Jonathan Corbet wrote: > A small set of automarkup changes to improve the visual consistency > of the rendered HTML documents. > > Jonathan Corbet (3): > docs: automarkup: Remove some Sphinx 2 holdovers > docs: automarkup: Mark up undocumented entities too > docs: CSS: make cross-reference links more evident This is much better. Markup, links and underlines are all looking good now. The only other thing I noticed is that the links in the sidebar still use the old style, since they rely on a different CSS selector for some reason: div.sphinxsidebar a { text-decoration: none; border-bottom: 1px dotted #999; } That makes it a bit inconsistent style-wise, so I think it'd be sensible to update that selector as well to follow suit. In any case, Reviewed-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> Tested-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> Thanks, Nícolas