Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <akiyks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/83068bc31839e7095f1f408e49658362d467797e.1756123459.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
d90e7b56 ec1a3746

-2
-2
Documentation/conf.py
··· 458 458 "papersize": "a4paper", 459 459 "passoptionstopackages": dedent(r""" 460 460 \PassOptionsToPackage{svgnames}{xcolor} 461 - % Avoid encoding troubles when creating indexes 462 - \PassOptionsToPackage{xindy}{language=english,codepage=utf8,noautomatic} 463 461 """), 464 462 # The font size ('10pt', '11pt' or '12pt'). 465 463 "pointsize": "11pt",