diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 09:51:29 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 13:31:16 -0600 |
commit | 9c970ab54c336340429fcd2570f3c577610078e2 (patch) | |
tree | 4377633258324702cd8de49712e0a30f5d9ecd13 /Documentation/sound | |
parent | 25b532cec59ee119bf1c4081fe06fac43722f61f (diff) | |
download | linux-9c970ab54c336340429fcd2570f3c577610078e2.tar.bz2 |
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>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/index.rst b/Documentation/sound/index.rst index 47b89f014e69..4d7d42acf6df 100644 --- a/Documentation/sound/index.rst +++ b/Documentation/sound/index.rst @@ -12,7 +12,7 @@ Linux Sound Subsystem Documentation hd-audio/index cards/index -.. only:: subproject +.. only:: subproject and html Indices ======= |