# HG changeset patch # User Bradley M. Kuhn # Date 1404696232 14400 # Node ID edaeab4f484623ca39d80d947e5ed97597fc61cf # Parent 10df28cbcce705cacdd5b696f0dffd08451c8368 Update username for documents. diff -r 10df28cbcce7 -r edaeab4f4846 docs/conf.py --- 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) ]