Update documentation
[kamaki] / docs / conf.py
index c9ce9fe..c0c44f4 100644 (file)
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
-import sys, 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.
-sys.path.insert(0, os.path.abspath('..'))
+
+import sys, os
+sys.path.append("gevent.monkey")
+sys.path.append("~/src/synnefo/snf-common")
+sys.path.append("snf-common")
+sys.path.append("../")
 
 # -- General configuration -----------------------------------------------------
 
@@ -41,16 +44,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Kamaki'
-copyright = u'2011, GRNet'
+copyright = u'2012, GRNet'
 
 # 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 = '0.2'
+version = '0.6'
 # The full version, including alpha/beta/rc tags.
-release = '0.2'
+release = '0.6~rc1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -213,8 +216,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'kamaki', u'Kamaki Documentation',
-     [u'GRNet'], 1)
+    ('man/kamaki', 'kamaki', 'Command-line tool for managing clouds', '', 1),
 ]
 
 # If true, show URL addresses after external links.