Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725738
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] docs-rst: conf.py: remove lscape from LaTeX preamble |
| Date | 2017-09-03 21:20 +0200 |
| Message-ID | <ulIB3-3QO-13@gated-at.bofh.it> (permalink) |
| References | <ulIB3-3QO-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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>
---
Documentation/conf.py | 3 ---
1 file changed, 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 = {
'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}
--
2.13.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] Two cleanups for Sphinx conf.py Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-09-03 21:20 +0200
[PATCH 1/2] docs-rst: conf.py: remove lscape from LaTeX preamble Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-09-03 21:20 +0200
[PATCH 2/2] docs-rst: conf.py: only setup notice box colors if Sphinx < 1.6 Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-09-03 21:20 +0200
Re: [PATCH 0/2] Two cleanups for Sphinx conf.py Jonathan Corbet <corbet@lwn.net> - 2017-09-08 18:20 +0200
Re: [PATCH 0/2] Two cleanups for Sphinx conf.py Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-09-08 21:10 +0200
csiph-web