From e9227093ba750859886514c3528362bcdd8373aa Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 8 Sep 2022 08:27:52 +0200 Subject: [PATCH] docs pdf: avoid extra blank page on section/chapter boundary Signed-off-by: Thomas Lamprecht --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index e1d9f3c..bcb004f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -323,6 +323,8 @@ latex_engine = 'xelatex' latex_elements = { 'fontenc': '\\usepackage{fontspec}', + 'extraclassoptions': 'openany,oneside', + # The paper size ('letterpaper' or 'a4paper'). # 'papersize': 'a4paper',