Update printing options
This commit is contained in:
parent
ce9601985c
commit
8bcf916673
1 changed files with 11 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue