diff docs/conf.py @ 4249:edaeab4f4846

Update username for documents.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Sun, 06 Jul 2014 21:23:52 -0400
parents ad38f9f93b3b
children d51a6f5e57d1
line wrap: on
line diff
--- a/docs/conf.py	Sun Jul 06 14:02:21 2014 -0400
+++ b/docs/conf.py	Sun Jul 06 21:23:52 2014 -0400
@@ -186,7 +186,7 @@
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
   ('index', 'Kallithea.tex', u'Kallithea Documentation',
-   u'Marcin Kuzminski', 'manual'),
+   u'Kallithea Developers', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -219,7 +219,7 @@
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('index', 'kallithea', u'Kallithea Documentation',
-     [u'Marcin Kuzminski'], 1)
+     [u'Kallithea Developers'], 1)
 ]