From db28d0b7f7cb8d0a1e37541f4366ee8e43031cab Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 30 Dec 2014 05:55:10 +0100 Subject: update conf.py names --- conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index f04c647..0141b7d 100644 --- a/conf.py +++ b/conf.py @@ -47,7 +47,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'novena-guide' +project = u'Novena' copyright = u'2015, Sutajio Ko-Usagi and contributors' # The version info for the project you're documenting, acts as replacement for @@ -57,7 +57,7 @@ copyright = u'2015, Sutajio Ko-Usagi and contributors' # The short X.Y version. version = 'PVT' # The full version, including alpha/beta/rc tags. -release = 'PVT1' +release = 'PVT2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -124,7 +124,7 @@ html_theme_options = { #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = 'novena-guide' +html_short_title = 'Novena' # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -209,7 +209,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'novena-guide.tex', u'novena-guide Documentation', + ('index', 'novena-guide.tex', u'Novena Documentation', u'contributors like you', 'manual'), ] @@ -239,7 +239,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'novena-guide', u'novena-guide Documentation', + ('index', 'novena-guide', u'Novena Documentation', [u'contributors like you'], 1) ] @@ -253,7 +253,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'novena-guide', u'novena-guide Documentation', + ('index', 'novena-guide', u'Novena Documentation', u'contributors like you', 'novena-guide', 'One line description of project.', 'Miscellaneous'), ] -- cgit v1.2.3