projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5969d1b
)
docs-rst: conf.py: remove lscape from LaTeX preamble
author
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Sun, 3 Sep 2017 19:12:45 +0000
(16:12 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Fri, 8 Sep 2017 16:02:39 +0000
(10:02 -0600)
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>
Documentation/conf.py
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index f9054ab60cb1117b12f0f15c07a8199bb3a0ab37..38a606b072859dad6daaddd52eb70beaf0dff38f 100644
(file)
--- 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}