Skip to content

Commit

Permalink
feat: set PDF paper size to A4
Browse files Browse the repository at this point in the history
  • Loading branch information
sethfischer committed Jun 13, 2021
1 parent d0f2ff6 commit e1cc831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ def make_latex_logo():
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]

latex_elements = {
"papersize": "a4paper",
}
latex_logo = "latex-logo.pdf"

0 comments on commit e1cc831

Please sign in to comment.