Mercurial > public > src > rhodecode
diff docs/conf.py @ 907: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 | 2ec9b6c8cace |
children | 6b97fb00fa03 |
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 -----------------------------------------------------