Configure Sphinx to generate single-sided PDF output. Better for online reading.
Signed-off-by: Grant Likely <[email protected]> --- 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', -- 2.13.0 _______________________________________________ boot-architecture mailing list [email protected] https://lists.linaro.org/mailman/listinfo/boot-architecture
