
# project name
project = u'Zippy'

# Tex info conf
texinfo_documents = [
  ('index', 'Zippy', u'Zippy Documentation',
   u'Alchemy', 'Zippy', 'PHP compression companion.',
   'Miscellaneous'),
]

# Man page conf
man_pages = [
    ('index', 'Zippy', u'Zippy Documentation',
     [u'Alchemy'], 1)
]

# Latex doc conf
latex_documents = [
  ('index', 'Zippy.tex', u'Zippy Documentation',
   u'Alchemy', 'manual'),
]

# html help basename
htmlhelp_basename = 'PROJECTdoc'

# version
version = '0.1'

# release
release = '0.1'

# Copyright Value  ex : copyright = u'2012, Alchemy'
copyright = u'2012, Alchemy'