X-Git-Url: https://code.grnet.gr/git/kamaki/blobdiff_plain/30f8c7cd06e32afae40b49af63e944e8a5b34b84..cf49aa14439c3ef1d7c04377f9285d5c34f62237:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 3d7f6f0..c0c44f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,12 @@ # 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. +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 ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. @@ -38,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. @@ -210,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.