From 0bb718bd372ef72f6207931f7b4f01132294bd71 Mon Sep 17 00:00:00 2001 From: grosroro Date: Mon, 28 May 2012 14:58:34 +0200 Subject: [PATCH] Revert project infos --- docs/source/local_conf.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/source/local_conf.py b/docs/source/local_conf.py index 66490df..1eec23f 100644 --- a/docs/source/local_conf.py +++ b/docs/source/local_conf.py @@ -1,31 +1,30 @@ - # project name -project = u'Project Name' +project = u'PHP-FFMpeg' #github repository URL -github_repo = '' +github_repo = 'https://github.com/alchemy-fr/PHP-FFmpeg' # Tex info conf texinfo_documents = [ - ('index', 'Project name', u'Project Documentation', - u'Copyright holder', 'Project name', 'One line description of project.', + ('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', 'projectname', u'PProject name Documentation', - [u'Copyright holder'], 1) + ('index', 'phpffmpeg', u'PHP-FFMpeg name Documentation', + [u'Romain Neutron - Alchemy'], 1) ] # Latex doc conf latex_documents = [ - ('index', 'ProjectName.tex', u'Project Name Documentation', - u'Copyright holder', 'manual'), + ('index', 'PHPFFMpeg.tex', u'PHP-FFMpeg Documentation', + u'Romain Neutron - Alchemy', 'manual'), ] # html help basename -htmlhelp_basename = 'PROJECTdoc' +htmlhelp_basename = 'PHPFFMpegdoc' # version version = '0.1' @@ -34,4 +33,6 @@ version = '0.1' release = '0.1' # Copyright Value ex : copyright = u'2012, Alchemy' -copyright = u'2012, Alchemy' \ No newline at end of file +copyright = u'2012, Romain Neutron - Alchemy' + +