doc: remove blank pages in pdf
The "manual" Latex template provided by Sphinx introduce a lot of useless and confusing blank pages. Let's remove them. Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com> Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
10fe0ce59a
commit
fe4810a01e
@ -63,6 +63,9 @@ latex_preamble = r"""
|
||||
latex_elements = {
|
||||
'papersize': 'a4paper',
|
||||
'pointsize': '11pt',
|
||||
# remove blank pages
|
||||
'classoptions': ',openany,oneside',
|
||||
'babel': '\\usepackage[english]{babel}',
|
||||
# customize Latex formatting
|
||||
'preamble': latex_preamble
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user