Re: [Issue] sphinx: incorrect high-lighting
From: Jonathan Corbet
Date: Mon Aug 24 2026 - 09:26:41 EST
Manuel Ebner <manuelebnerli@xxxxxxxxxxx> writes:
> It would be this list:
> Skipidentifiers = [ 'and', 'are', 'as', 'containing', 'element', 'in',
> 'including', 'is', 'name', 'needs', 'of', 'or', 'page',
> 'pages', 'passed', 'randomization', 'request', 'that',
> 'to', 'where', 'which', 'whose', 'will' ]
So this is an error-prone game of whac-a-mole...as Randy pointed out,
"struct page" is a rather important one in the kernel.
I can apply your updated version of this as a short-term fix, I guess,
but a better solution is probably to only apply markup to "struct foo"
if we have documentation for that type. I can look into that later.
jon