# HG changeset patch # User Lukasz Balcerzak # Date 2010-12-15 23:50:15 # Node ID b3ec9f4af18bd1413bc2c29c9b004237292fd7ed # Parent 64a5386216c5445cf00fc8d2bc1cc3b0d0ee2cce Added rhodecode to sys.path at Sphinx configuration diff --git a/docs/conf.py b/docs/conf.py --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +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.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('..')) # -- General configuration -----------------------------------------------------