Changeset 16:cd4170142d87 in mailjam for docs/src/conf.py


Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/src/conf.py

    r13 r16  
    11# -*- coding: utf-8 -*-
    22#
    3 # Postman documentation build configuration file, created by
     3# Mailjam documentation build configuration file, created by
    44# sphinx-quickstart on Sun May 20 12:34:00 2012.
    55#
     
    4141
    4242# General information about the project.
    43 project = u'Postman'
     43project = u'Mailjam'
    4444copyright = u'2012, Soluciones Informaticas Codigo23 S.L.U.'
    4545
     
    165165
    166166# Output file base name for HTML help builder.
    167 htmlhelp_basename = 'Postmandoc'
     167htmlhelp_basename = 'Mailjamdoc'
    168168
    169169
     
    184184# (source start file, target name, title, author, documentclass [howto/manual]).
    185185latex_documents = [
    186   ('index', 'Postman.tex', u'Postman Documentation',
     186  ('index', 'Mailjam.tex', u'Mailjam Documentation',
    187187   u'Soluciones Informaticas Codigo23 S.L.U.', 'manual'),
    188188]
     
    214214# (source start file, name, description, authors, manual section).
    215215man_pages = [
    216     ('index', 'postman', u'Postman Documentation',
     216    ('index', 'mailjam', u'Mailjam Documentation',
    217217     [u'Soluciones Informaticas Codigo23 S.L.U.'], 1)
    218218]
     
    228228#  dir menu entry, description, category)
    229229texinfo_documents = [
    230   ('index', 'Postman', u'Postman Documentation',
    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.',
    232232   'Miscellaneous'),
    233233]
     
    246246
    247247# Bibliographic Dublin Core info.
    248 epub_title = u'Postman'
     248epub_title = u'Mailjam'
    249249epub_author = u'Soluciones Informaticas Codigo23 S.L.U.'
    250250epub_publisher = u'Soluciones Informaticas Codigo23 S.L.U.'
Note: See TracChangeset for help on using the changeset viewer.