docs-rst: allow generating some LaTeX pages in landscape
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 Aug 2016 16:25:37 +0000 (13:25 -0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 18 Aug 2016 22:41:37 +0000 (16:41 -0600)
commitcaee5cdede9c9b3562abd6a93c71e791577802ad
tree4f3128e8308760f0e13041796f2ecd667e345dcc
parenta69ab10869941f45b5f1291ec482df1e9bd7895f
docs-rst: allow generating some LaTeX pages in landscape

Portrait is too small for some tables used at the media docs.
So, allow documents to tell Sphinx to generate some pages
in landscape by using:

.. raw:: latex

    \begin{landscape}

<some stuff>

.. raw:: latex

    \end{landscape}

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py