X-Git-Url: https://code.grnet.gr/git/kamaki/blobdiff_plain/ab8e03461553f1d6f1e45b7cb27140787d9b1d40..c3857b7daa2fc3f62b90abf0187ceb990b6bcb76:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 2bbd21e..2dc22d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ except ImportError: stderr.write("`objpool` package is required to build kamaki docs.\n") #exit() -path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')) +path.insert(0, os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')) # -- General configuration --------------------------------------------------- @@ -60,7 +60,7 @@ copyright = u'2012, GRNET' # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.2' +release = '0.6.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.