[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ebeb020a-8403-441b-ab02-f017ffcb7b83@notapiano>
Date: Wed, 4 Jun 2025 18:05:06 -0400
From: Nícolas F. R. A. Prado <nfraprado@...labora.com>
To: Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Subject: Re: [PATCH v2 0/3] docs: some automarkup improvements
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@...labora.com>
Tested-by: Nícolas F. R. A. Prado <nfraprado@...labora.com>
Thanks,
Nícolas
Powered by blists - more mailing lists