##// END OF EJS Templates
Update username for documents.
Bradley M. Kuhn -
r4249:edaeab4f default
parent child Browse files
Show More
@@ -186,7 +186,7 b" htmlhelp_basename = 'Kallithea-docs'"
186 186 # (source start file, target name, title, author, documentclass [howto/manual]).
187 187 latex_documents = [
188 188 ('index', 'Kallithea.tex', u'Kallithea Documentation',
189 u'Marcin Kuzminski', 'manual'),
189 u'Kallithea Developers', 'manual'),
190 190 ]
191 191
192 192 # The name of an image file (relative to this directory) to place at the top of
@@ -219,7 +219,7 b' latex_documents = ['
219 219 # (source start file, name, description, authors, manual section).
220 220 man_pages = [
221 221 ('index', 'kallithea', u'Kallithea Documentation',
222 [u'Marcin Kuzminski'], 1)
222 [u'Kallithea Developers'], 1)
223 223 ]
224 224
225 225
General Comments 0
You need to be logged in to leave comments. Login now