Changeset 16:cd4170142d87 in mailjam for docs/src/conf.py
- Timestamp:
- May 22, 2012, 9:31:15 AM (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/src/conf.py
r13 r16 1 1 # -*- coding: utf-8 -*- 2 2 # 3 # Postmandocumentation build configuration file, created by3 # Mailjam documentation build configuration file, created by 4 4 # sphinx-quickstart on Sun May 20 12:34:00 2012. 5 5 # … … 41 41 42 42 # General information about the project. 43 project = u' Postman'43 project = u'Mailjam' 44 44 copyright = u'2012, Soluciones Informaticas Codigo23 S.L.U.' 45 45 … … 165 165 166 166 # Output file base name for HTML help builder. 167 htmlhelp_basename = ' Postmandoc'167 htmlhelp_basename = 'Mailjamdoc' 168 168 169 169 … … 184 184 # (source start file, target name, title, author, documentclass [howto/manual]). 185 185 latex_documents = [ 186 ('index', ' Postman.tex', u'PostmanDocumentation',186 ('index', 'Mailjam.tex', u'Mailjam Documentation', 187 187 u'Soluciones Informaticas Codigo23 S.L.U.', 'manual'), 188 188 ] … … 214 214 # (source start file, name, description, authors, manual section). 215 215 man_pages = [ 216 ('index', ' postman', u'PostmanDocumentation',216 ('index', 'mailjam', u'Mailjam Documentation', 217 217 [u'Soluciones Informaticas Codigo23 S.L.U.'], 1) 218 218 ] … … 228 228 # dir menu entry, description, category) 229 229 texinfo_documents = [ 230 ('index', ' Postman', u'PostmanDocumentation',231 u'Soluciones Informaticas Codigo23 S.L.U.', ' Postman', 'One line description of project.',230 ('index', 'Mailjam', u'Mailjam Documentation', 231 u'Soluciones Informaticas Codigo23 S.L.U.', 'Mailjam', 'One line description of project.', 232 232 'Miscellaneous'), 233 233 ] … … 246 246 247 247 # Bibliographic Dublin Core info. 248 epub_title = u' Postman'248 epub_title = u'Mailjam' 249 249 epub_author = u'Soluciones Informaticas Codigo23 S.L.U.' 250 250 epub_publisher = u'Soluciones Informaticas Codigo23 S.L.U.'
Note:
See TracChangeset
for help on using the changeset viewer.