From adfd66d636e56cf21a7027e4169fcaf2d48b0197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Fri, 4 Nov 2016 21:27:21 -0400 Subject: [PATCH] restore normal size otherwise code examples overflow --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8163bc7e1..94e088d5f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -193,7 +193,7 @@ htmlhelp_basename = 'borgdoc' #latex_paper_size = 'letter' # The font size ('10pt', '11pt' or '12pt'). -latex_font_size = '12pt' +#latex_font_size = '12pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]).