summaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-16 13:02:40 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-08-22 21:25:06 -0300
commit0d1c7d60c287d13cfea27b50f75dbff411544488 (patch)
treef35ff915997a3166e0aa2986564ebe7ad3baa037 /Documentation/conf.py
parent859b01cdc03eb83c4b3ec14a89ac132039ad0d43 (diff)
downloadop-kernel-dev-0d1c7d60c287d13cfea27b50f75dbff411544488.zip
op-kernel-dev-0d1c7d60c287d13cfea27b50f75dbff411544488.tar.gz
docs-rst: add media documentation to PDF output
Now that the build of PDF output on media got fixed, re-add it to the Sphinx PDF build. Partially reverts 3eb6cd6834c3 ('Documentation: exclude media documentation from pdf generation'). Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 46e69db..c25e95d 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -340,6 +340,8 @@ latex_documents = [
'The kernel development community', 'manual'),
('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
'The kernel development community', 'manual'),
+ ('media/index', 'media.tex', 'Linux Media Subsystem Documentation',
+ 'The kernel development community', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
OpenPOWER on IntegriCloud