Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b41d94b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: docs: don't show ToC for each part on PDF output



The "Table of Contents" of a PDF file is generated only once,
at the beginning fo the output. It doesn't produce it on
each part.

So, don't output this text on each part of the document.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent f9894207
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ more details.

For more details see the file COPYING in the source distribution of Linux.

.. only:: html

    .. class:: toc-title

        Table of Contents
+3 −1
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ more details.

For more details see the file COPYING in the source distribution of Linux.

.. only:: html

   .. class:: toc-title

	Table of Contents
+3 −1
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ more details.

For more details see the file COPYING in the source distribution of Linux.

.. only:: html

   .. class:: toc-title

        Table of Contents
+3 −1
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ any later version published by the Free Software Foundation. A copy of
the license is included in the chapter entitled "GNU Free Documentation
License".

.. only:: html

   .. class:: toc-title

        Table of Contents
+4 −1
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@ Part V - Consumer Electronics Control API

This part describes the CEC: Consumer Electronics Control


.. only:: html

   .. class:: toc-title

        Table of Contents
Loading