Re: [PATCH v3 14/15] docs: conf.py: several coding style fixes

From: Jonathan Corbet
Date: Sun Jun 22 2025 - 16:55:39 EST


Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes:

> conf.py is missing a SPDX header and doesn't really have
> a proper python coding style. It also has an obsolete
> commented LaTeX syntax that doesn't work anymore.
>
> Clean it up a little bit with some help from autolints
> and manual adjustments.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> Documentation/conf.py | 351 +++++++++++++++++++++---------------------
> 1 file changed, 172 insertions(+), 179 deletions(-)

This file is definitely getting out of hand...:)

I notice a lot of the changes are just from 'single quotes' to "double
quotes". That adds a lot of churn; is there a reason for it?

Thanks,

jon