From 511b8b7d4dde0d7d31be0a8d0386230590ecc3a0 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Wed, 14 Feb 2018 21:28:41 +0100 Subject: [PATCH] Apidocs cleanup --- docs/sphinx/conf.py | 5 ----- 1 file changed, 5 deletions(-) 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', }