ffmpeg-mappable-media/docs/source/local_conf.py
2012-05-28 14:58:34 +02:00

38 lines
806 B
Python

# project name
project = u'PHP-FFMpeg'
#github repository URL
github_repo = 'https://github.com/alchemy-fr/PHP-FFmpeg'
# Tex info conf
texinfo_documents = [
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
u'Romain Neutron - Alchemy', 'PHP-FFMpeg', 'One line description of project.',
'Miscellaneous'),
]
# Man page conf
man_pages = [
('index', 'phpffmpeg', u'PHP-FFMpeg name Documentation',
[u'Romain Neutron - Alchemy'], 1)
]
# Latex doc conf
latex_documents = [
('index', 'PHPFFMpeg.tex', u'PHP-FFMpeg Documentation',
u'Romain Neutron - Alchemy', 'manual'),
]
# html help basename
htmlhelp_basename = 'PHPFFMpegdoc'
# version
version = '0.1'
# release
release = '0.1'
# Copyright Value ex : copyright = u'2012, Alchemy'
copyright = u'2012, Romain Neutron - Alchemy'