local_conf.py 604 B

12345678910111213141516171819202122232425262728293031323334
  1. # project name
  2. project = u'Zippy'
  3. # Tex info conf
  4. texinfo_documents = [
  5. ('index', 'Zippy', u'Zippy Documentation',
  6. u'Alchemy', 'Zippy', 'PHP compression companion.',
  7. 'Miscellaneous'),
  8. ]
  9. # Man page conf
  10. man_pages = [
  11. ('index', 'Zippy', u'Zippy Documentation',
  12. [u'Alchemy'], 1)
  13. ]
  14. # Latex doc conf
  15. latex_documents = [
  16. ('index', 'Zippy.tex', u'Zippy Documentation',
  17. u'Alchemy', 'manual'),
  18. ]
  19. # html help basename
  20. htmlhelp_basename = 'PROJECTdoc'
  21. # version
  22. version = '0.1'
  23. # release
  24. release = '0.1'
  25. # Copyright Value ex : copyright = u'2012, Alchemy'
  26. copyright = u'2012, Alchemy'