diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-25 04:43:38 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-25 04:43:38 +0000 |
| commit | a0169ff21b5cd7446bf0289bffdb52de8dc61290 (patch) | |
| tree | 78c46a4aec5213787eb648e8e58852c48777f96e | |
| parent | 028ba40328cc07397cb78280f790d6b5236a5838 (diff) | |
| download | pyramid-a0169ff21b5cd7446bf0289bffdb52de8dc61290.tar.gz pyramid-a0169ff21b5cd7446bf0289bffdb52de8dc61290.tar.bz2 pyramid-a0169ff21b5cd7446bf0289bffdb52de8dc61290.zip | |
Format.
| -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 |
