]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71fb95653315b6c720ea14db71eb27ff5603c5ba
tree4f3128e8308760f0e13041796f2ecd667e345dcc
parentb63b477002beed149366df32dd292561e57504e5
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