diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index a0eba571..c317be93 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -487,11 +487,6 @@ htmlhelp_basename = 'wafdoc' # -- Options for LaTeX output -------------------------------------------------- -# The paper size ('letter' or 'a4'). -latex_paper_size = 'a4' - -# The font size ('10pt', '11pt' or '12pt'). -#latex_font_size = '10pt' latex_elements = { 'papersize':'a4paper', }