X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/7831b0c4c332e7e788a446cea64c8cb9f36e4c73..5c919ea0dec366d8d78fee8944577c454f335b2a:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 2e703d0..b1329ba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,7 @@ 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.append(os.path.abspath(os.path.dirname(__file__))) sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "_ext"))) sys.path.append(os.path.abspath(os.path.dirname(os.path.dirname(__file__)))) @@ -54,7 +55,7 @@ master_doc = 'index' # General information about the project. project = u'Philo' -copyright = u'2009-2011, iThink Software' +copyright = u'2009-2012, iThink Software' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the