* [PATCH] docs: conf.py: drop xindy rule
@ 2025-08-25 12:04 Mauro Carvalho Chehab
2025-08-29 22:49 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2025-08-25 12:04 UTC (permalink / raw)
To: Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Jonathan Corbet, Mauro Carvalho Chehab,
linux-kernel
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@kernel.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",
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: conf.py: drop xindy rule
2025-08-25 12:04 [PATCH] docs: conf.py: drop xindy rule Mauro Carvalho Chehab
@ 2025-08-29 22:49 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-08-29 22:49 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Linux Doc Mailing List
Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel
Mauro Carvalho Chehab <mchehab+huawei@kernel.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@kernel.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-29 22:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25 12:04 [PATCH] docs: conf.py: drop xindy rule Mauro Carvalho Chehab
2025-08-29 22:49 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).