Update version.py and ChangeLog for 0.6.1
[snf-image-creator] / docs / conf.py
index c7c0d8d..75b97f8 100644 (file)
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.7'
+version = '0.6.1'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.7'
+release = '0.6.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -94,6 +94,11 @@ 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'
+
+# 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
+# documentation.
 html_theme_options = {
        'collapsiblesidebar': 'true',
        'footerbgcolor':    '#55b577',
@@ -116,12 +121,6 @@ html_theme_options = {
        'codetextcolor':    '#333333'
 }
 
-
-# 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
-# documentation.
-#html_theme_options = {}
-
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []
 
@@ -239,11 +238,11 @@ latex_documents = [
 # (source start file, name, description, authors, manual section).
 man_pages = [
     ('man/snf-image-creator', 'snf-image-creator',
-     'Command line image creator for Synnefo',
-     'GRNET Development Team <synnefo-devel@googlegroups.com>', 1),
-    ('man/snf-mkimage', 'snf-mkimage',
      'Dialog-based image creator for Synnefo',
-     'GRNET Development Team <synnefo-devel@googlegroups.com>', 1)
+     'Synnefo development team <synnefo-devel@googlegroups.com>', 1),
+    ('man/snf-mkimage', 'snf-mkimage',
+     'Command line image creator for Synnefo',
+     'Synnefo development team <synnefo-devel@googlegroups.com>', 1)
 ]
 
 # If true, show URL addresses after external links.