From 58f2b5b53506392807f678f5d5c0c1829668002b Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Tue, 25 Nov 2014 04:10:54 -0800 Subject: [PATCH] fix page title --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a113ba5..5e03f3a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Marketplace' +project = u'Marketplace Frontend' copyright = u'2014, Marketplace Developers' # The version info for the project you're documenting, acts as replacement for @@ -215,7 +215,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'marketplace', u'Marketplace Documentation', + ('index', 'marketplace', u'Marketplace Frontend Documentation', [u'Marketplace Developers'], 1) ] @@ -229,7 +229,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'Marketplace', u'Marketplace Documentation', + ('index', 'Marketplace', u'Marketplace Frontend Documentation', u'Marketplace Developers', 'Marketplace', 'One line description of project.', 'Miscellaneous'), ]