ffmpeg-mappable-media/docs/source/local_conf.py

36 lines
725 B
Python
Raw Normal View History

2012-05-28 14:53:44 +02:00
# project name
2012-05-28 14:58:34 +02:00
project = u'PHP-FFMpeg'
2012-05-28 14:53:44 +02:00
# Tex info conf
texinfo_documents = [
2012-05-28 14:58:34 +02:00
('index', 'PHP-FFMpeg', u'PHP-FFMpeg Documentation',
u'Romain Neutron - Alchemy', 'PHP-FFMpeg', 'One line description of project.',
2012-05-28 14:53:44 +02:00
'Miscellaneous'),
]
# Man page conf
man_pages = [
2012-05-28 14:58:34 +02:00
('index', 'phpffmpeg', u'PHP-FFMpeg name Documentation',
[u'Romain Neutron - Alchemy'], 1)
2012-05-28 14:53:44 +02:00
]
# Latex doc conf
latex_documents = [
2012-05-28 14:58:34 +02:00
('index', 'PHPFFMpeg.tex', u'PHP-FFMpeg Documentation',
u'Romain Neutron - Alchemy', 'manual'),
2012-05-28 14:53:44 +02:00
]
# html help basename
2012-05-28 14:58:34 +02:00
htmlhelp_basename = 'PHPFFMpegdoc'
2012-05-28 14:53:44 +02:00
# version
version = '0.1'
# release
release = '0.1'
# Copyright Value ex : copyright = u'2012, Alchemy'
2012-05-28 14:58:34 +02:00
copyright = u'2012, Romain Neutron - Alchemy'