docs pdf: avoid extra blank page on section/chapter boundary

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-09-08 08:27:52 +02:00
parent d707060cc7
commit e9227093ba

View File

@ -323,6 +323,8 @@ latex_engine = 'xelatex'
latex_elements = {
'fontenc': '\\usepackage{fontspec}',
'extraclassoptions': 'openany,oneside',
# The paper size ('letterpaper' or 'a4paper').
#
'papersize': 'a4paper',