diff options
author | Mauro Carvalho Chehab | 2019-07-26 09:51:29 -0300 |
---|---|---|
committer | Jonathan Corbet | 2019-07-31 13:31:16 -0600 |
commit | 9c970ab54c336340429fcd2570f3c577610078e2 (patch) | |
tree | 4377633258324702cd8de49712e0a30f5d9ecd13 /Documentation/networking | |
parent | 25b532cec59ee119bf1c4081fe06fac43722f61f (diff) |
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/networking')
-rw-r--r-- | Documentation/networking/device_drivers/index.rst | 2 | ||||
-rw-r--r-- | Documentation/networking/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index 2b7fefe72351..f724b7c69b9e 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -24,7 +24,7 @@ Contents: google/gve mellanox/mlx5 -.. only:: subproject +.. only:: subproject and html Indices ======= diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index a46fca264bee..6739066acadb 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -31,7 +31,7 @@ Contents: tls tls-offload -.. only:: subproject +.. only:: subproject and html Indices ======= |