lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <875xe53fr3.fsf@trenco.lwn.net>
Date: Fri, 29 Aug 2025 16:49:36 -0600
From: Jonathan Corbet <corbet@....net>
To: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>, Linux Doc Mailing
 List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>, Mauro Carvalho Chehab
 <mchehab+huawei@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs: conf.py: drop xindy rule

Mauro Carvalho Chehab <mchehab+huawei@...nel.org> writes:

> The rule as-is is wrong, as it was inverted. Besides that, after
> retest building all repos with suggested LaTeX packages given
> by sphinx-pre-install, I was unable to reproduce the issues
> I saw with xindy in the past.
>
> So, let's just drop. If anyone reports issues with xindy, we
> may need to readd, but at the right way, e.g. {options}{pkgname}.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
> ---
>  Documentation/conf.py | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/Documentation/conf.py b/Documentation/conf.py
> index 8fcecdb927b1..574896cca198 100644
> --- a/Documentation/conf.py
> +++ b/Documentation/conf.py
> @@ -458,8 +458,6 @@ latex_elements = {
>      "papersize": "a4paper",
>      "passoptionstopackages": dedent(r"""
>          \PassOptionsToPackage{svgnames}{xcolor}
> -        % Avoid encoding troubles when creating indexes
> -        \PassOptionsToPackage{xindy}{language=english,codepage=utf8,noautomatic}
>      """),
>      # The font size ('10pt', '11pt' or '12pt').
>      "pointsize": "11pt",

Applied, thanks.

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ