diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
