35 lines
		
	
	
	
		
			725 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			725 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # project name
 | |
| project = u'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'
 | |
| 
 | |
| 
 |