From: Mauro Carvalho Chehab Date: Sun, 3 Sep 2017 19:12:45 +0000 (-0300) Subject: docs-rst: conf.py: remove lscape from LaTeX preamble X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c4b326e1a6b40ee403d37acd1363ade36e9b6fbe;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git docs-rst: conf.py: remove lscape from LaTeX preamble Only the media book used this extension in the past, but it is not required anymore. Cleanup patch only. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/conf.py b/Documentation/conf.py index f9054ab60cb1..38a606b07285 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -273,9 +273,6 @@ latex_elements = { 'preamble': ''' \\usepackage{ifthen} - % Allow generate some pages in landscape - \\usepackage{lscape} - % Put notes in color and let them be inside a table \\definecolor{NoteColor}{RGB}{204,255,255} \\definecolor{WarningColor}{RGB}{255,204,204}