Configure Sphinx to generate single-sided PDF output. Better for online reading.
Signed-off-by: Grant Likely grant.likely@arm.com --- source/conf.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/source/conf.py b/source/conf.py index 4070507..17e911d 100644 --- a/source/conf.py +++ b/source/conf.py @@ -111,6 +111,7 @@ htmlhelp_basename = 'EBBRdoc' # -- Options for LaTeX output ---------------------------------------------
latex_elements = { + 'classoptions': ',oneside', # The paper size ('letterpaper' or 'a4paper'). # 'papersize': 'a4paper',