Changeset - edaeab4f4846
[Not reviewed]
default
0 1 0
Bradley M. Kuhn - 11 years ago 2014-07-07 03:23:52
bkuhn@sfconservancy.org
Update username for documents.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -183,13 +183,13 @@ htmlhelp_basename = 'Kallithea-docs'
 
#latex_font_size = '10pt'
 

	
 
# Grouping the document tree into LaTeX files. List of tuples
 
# (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
 
# the title page.
 
#latex_logo = None
 

	
 
@@ -216,12 +216,12 @@ latex_documents = [
 
# -- Options for manual page output --------------------------------------------
 

	
 
# One entry per manual page. List of tuples
 
# (source start file, name, description, authors, manual section).
 
man_pages = [
 
    ('index', 'kallithea', u'Kallithea Documentation',
 
     [u'Marcin Kuzminski'], 1)
 
     [u'Kallithea Developers'], 1)
 
]
 

	
 

	
 
# Example configuration for intersphinx: refer to the Python standard library.
 
intersphinx_mapping = {'http://docs.python.org/': None}
0 comments (0 inline, 0 general)