changeset 850:b3ec9f4af18b beta

Added rhodecode to sys.path at Sphinx configuration
author Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
date Thu, 16 Dec 2010 00:50:15 +0100
parents 64a5386216c5
children bcbc51db8e8c
files docs/conf.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docs/conf.py	Thu Dec 16 00:46:19 2010 +0100
+++ b/docs/conf.py	Thu Dec 16 00:50:15 2010 +0100
@@ -16,7 +16,7 @@
 # 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('.'))
+sys.path.insert(0, os.path.abspath('..'))
 
 # -- General configuration -----------------------------------------------------