Update documentation
[kamaki] / docs / conf.py
index 59d9816..c0c44f4 100644 (file)
@@ -16,6 +16,9 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 
 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 -----------------------------------------------------
@@ -48,9 +51,9 @@ copyright = u'2012, GRNet'
 # 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.