Updating docs config
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/a987b908 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/a987b908 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/a987b908 Branch: refs/heads/documentation Commit: a987b908249839561982a6d5b907a0f1132bf92d Parents: 2d592b6 Author: Chip Childers <chipchild...@apache.org> Authored: Wed Sep 18 13:08:05 2013 -0400 Committer: Chip Childers <chipchild...@apache.org> Committed: Wed Sep 18 13:08:05 2013 -0400 ---------------------------------------------------------------------- docs/conf.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/a987b908/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 710c312..4a936e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,17 +46,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'cloudmonkey' -copyright = u'2013, Author' +project = u'Apache CloudStack CloudMonkey' +copyright = u'2013, The Apache Software Foundation' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '' +version = '5.0.0' # The full version, including alpha/beta/rc tags. -release = '' +release = '5.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -101,7 +101,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'haiku' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -199,8 +199,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto/manual]). latex_documents = [ - ('index', 'cloudmonkey.tex', u'cloudmonkey Documentation', - u'Author', 'manual'), + ('index', 'cloudmonkey.tex', u'Apache CloudStack CloudMonkey Documentation', + u'The Apache Software Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -229,8 +229,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'cloudmonkey', u'cloudmonkey Documentation', - [u'Author'], 1) + ('index', 'cloudmonkey', u'Apache CloudStack CloudMonkey Documentation', + [u'The Apache Software Foundation'], 1) ] # If true, show URL addresses after external links. @@ -243,8 +243,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'cloudmonkey', u'cloudmonkey Documentation', - u'Author', 'cloudmonkey', 'One line description of project.', + ('index', 'cloudmonkey', u'Apache CloudStack CloudMonkey Documentation', + u'The Apache Software Foundation', 'cloudmonkey', 'One line description of project.', 'Miscellaneous'), ] @@ -264,10 +264,10 @@ texinfo_documents = [ # -- Options for Epub output ---------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'cloudmonkey' -epub_author = u'Author' -epub_publisher = u'Author' -epub_copyright = u'2013, Author' +epub_title = u'Apache CloudStack CloudMonkey Documentation' +epub_author = u'The Apache Software Foundation' +epub_publisher = u'The Apache Software Foundation' +epub_copyright = u'2013, The Apache Software Foundation' # The language of the text. It defaults to the language option # or en if the language is not set.