Update printing options

This commit is contained in:
Kujiu 2020-07-04 20:59:45 +02:00
parent ce9601985c
commit 8bcf916673
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F

View file

@ -178,10 +178,19 @@ html_sidebars = {
], ],
} }
html_baseurl = baseurl html_baseurl = baseurl
htmlhelp_basename = basename htmlhelp_basename = basename
pyppeteer_pdf_options = {
'printBackground': True,
'format': 'A4',
'margin': {
'top': '0mm',
'bottom': '0mm',
'left': '0mm',
'right': '0mm'
}
}
latex_engine = 'xelatex' latex_engine = 'xelatex'
latex_toplevel_sectioning = 'chapter' latex_toplevel_sectioning = 'chapter'
latex_show_urls = 'footnote' latex_show_urls = 'footnote'