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

docs: index.rst: don't use genindex for pdf output

The genindex logic is meant to be used only for html output, as
pdf build has its own way to generate indexes.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Vinod Koul <vkoul@kernel.org> # dmaengine and soundwire
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
9c970ab5 25b532ce

+6 -6
+1 -1
Documentation/core-api/index.rst
··· 49 49 debug-objects 50 50 tracepoint 51 51 52 - .. only:: subproject 52 + .. only:: subproject and html 53 53 54 54 Indices 55 55 =======
+1 -1
Documentation/driver-api/dmaengine/index.rst
··· 47 47 48 48 pxa_dma 49 49 50 - .. only:: subproject 50 + .. only:: subproject and html 51 51 52 52 Indices 53 53 =======
+1 -1
Documentation/driver-api/soundwire/index.rst
··· 10 10 error_handling 11 11 locking 12 12 13 - .. only:: subproject 13 + .. only:: subproject and html 14 14 15 15 Indices 16 16 =======
+1 -1
Documentation/networking/device_drivers/index.rst
··· 24 24 google/gve 25 25 mellanox/mlx5 26 26 27 - .. only:: subproject 27 + .. only:: subproject and html 28 28 29 29 Indices 30 30 =======
+1 -1
Documentation/networking/index.rst
··· 31 31 tls 32 32 tls-offload 33 33 34 - .. only:: subproject 34 + .. only:: subproject and html 35 35 36 36 Indices 37 37 =======
+1 -1
Documentation/sound/index.rst
··· 12 12 hd-audio/index 13 13 cards/index 14 14 15 - .. only:: subproject 15 + .. only:: subproject and html 16 16 17 17 Indices 18 18 =======