diff --git a/sphinx/source/_static/wtf_coop_header.png b/sphinx/source/_static/wtf_coop_header.png new file mode 100644 index 0000000..8b5c6ed Binary files /dev/null and b/sphinx/source/_static/wtf_coop_header.png differ diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index a466c5c..52b8797 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -66,3 +66,26 @@ html_theme_path = ["../theme"] # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". #html_static_path = ['_static'] + +# -- Options for LaTex output ------------------------------------------------- + +latex_elements = { + 'papersize': r'a4paper', + 'fontpkg': r''' +\usepackage[default]{lato} +%\setmainfont{DejaVu Serif} +%\setsansfont{DejaVu Sans} +%\setmonofont{DejaVu Sans Mono} +''', + 'preamble': r''' +\usepackage[titles]{tocloft} +\cftsetpnumwidth {1.25cm}\cftsetrmarg{1.5cm} +\setlength{\cftchapnumwidth}{0.75cm} +\setlength{\cftsecindent}{\cftchapnumwidth} +\setlength{\cftsecnumwidth}{1.25cm} +''', + 'fncychap': r'\usepackage[Bjornstrup]{fncychap}', + 'printindex': r'\footnotesize\raggedright\printindex', +} +latex_logo = '_static/wtf_coop_header.png' +latex_show_urls = 'footnote'