X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=docs%2Fconf.py;h=0aff2badf9c145eb95b75fd7210d1ba6b67cd1a8;hb=bcb5518e65888a08e920da8deb205456fc95c8e7;hp=36005d4b6616dbe0ab10244dc40499385df00716;hpb=c264071cf33a1ac684e683d58a6ac4d40713f5e4;p=rainbowstream.git diff --git a/docs/conf.py b/docs/conf.py index 36005d4..0aff2ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # -# Rainbow Stream documentation build configuration file, created by -# sphinx-quickstart on Mon Jun 30 17:12:05 2014. +# RainbowStream documentation build configuration file, created by +# sphinx-quickstart on Wed Jul 23 12:26:18 2014. # # This file is execfile()d with the current directory set to its # containing dir. @@ -12,9 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys -import os - # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. @@ -43,7 +40,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Rainbow Stream' +project = u'RainbowStream' copyright = u'2014, Vu Nhat Minh' # The version info for the project you're documenting, acts as replacement for @@ -51,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '0.8.7' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.8.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -98,7 +95,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 = 'nature' # 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 @@ -196,7 +193,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'RainbowStream.tex', u'Rainbow Stream Documentation', + ('index', 'RainbowStream.tex', u'RainbowStream Documentation', u'Vu Nhat Minh', 'manual'), ] @@ -226,7 +223,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'rainbowstream', u'Rainbow Stream Documentation', + ('index', 'rainbowstream', u'RainbowStream Documentation', [u'Vu Nhat Minh'], 1) ] @@ -240,7 +237,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'RainbowStream', u'Rainbow Stream Documentation', + ('index', 'RainbowStream', u'RainbowStream Documentation', u'Vu Nhat Minh', 'RainbowStream', 'One line description of project.', 'Miscellaneous'), ]