From: Mauro Carvalho Chehab Date: Mon, 25 Aug 2025 12:04:55 +0000 (+0200) Subject: docs: conf.py: drop xindy rule X-Git-Tag: v6.18-rc1~107^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d90e7b56406032a6175e79de3d7e884185f6be71;p=thirdparty%2Flinux.git docs: conf.py: drop xindy rule 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}. Reported-by: Akira Yokosawa Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/83068bc31839e7095f1f408e49658362d467797e.1756123459.git.mchehab+huawei@kernel.org --- diff --git a/Documentation/conf.py b/Documentation/conf.py index 8fcecdb927b1a..574896cca1983 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",