diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-03 15:12:45 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-09-08 12:02:39 -0400 |
commit | c4b326e1a6b40ee403d37acd1363ade36e9b6fbe (patch) | |
tree | 8745835419e718eaa9a4db38555ccdef72327e61 /Documentation/conf.py | |
parent | 5969d1bb3082b41eba8fd2c826559abe38ccb6df (diff) |
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 <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 = { | |||
273 | 'preamble': ''' | 273 | 'preamble': ''' |
274 | \\usepackage{ifthen} | 274 | \\usepackage{ifthen} |
275 | 275 | ||
276 | % Allow generate some pages in landscape | ||
277 | \\usepackage{lscape} | ||
278 | |||
279 | % Put notes in color and let them be inside a table | 276 | % Put notes in color and let them be inside a table |
280 | \\definecolor{NoteColor}{RGB}{204,255,255} | 277 | \\definecolor{NoteColor}{RGB}{204,255,255} |
281 | \\definecolor{WarningColor}{RGB}{255,204,204} | 278 | \\definecolor{WarningColor}{RGB}{255,204,204} |