From a0169ff21b5cd7446bf0289bffdb52de8dc61290 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Dec 2009 04:43:38 +0000 Subject: Format. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 56db1af3d..a67a6206f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -166,7 +166,8 @@ latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('index', 'repozebfg.tex', 'repoze.bfg Documentation', 'Chris McDonough', 'manual'), + ('index', 'repozebfg.tex', 'repoze.bfg Documentation', 'Chris McDonough', + 'manual'), ] # The name of an image file (relative to this directory) to place at the top of -- cgit v1.2.3