Mercurial > public > src > rhodecode
comparison 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 |
comparison
equal
deleted
inserted
replaced
906:64a5386216c5 | 907:b3ec9f4af18b |
---|---|
14 import sys, os | 14 import sys, os |
15 | 15 |
16 # If extensions (or modules to document with autodoc) are in another directory, | 16 # If extensions (or modules to document with autodoc) are in another directory, |
17 # add these directories to sys.path here. If the directory is relative to the | 17 # add these directories to sys.path here. If the directory is relative to the |
18 # documentation root, use os.path.abspath to make it absolute, like shown here. | 18 # documentation root, use os.path.abspath to make it absolute, like shown here. |
19 #sys.path.insert(0, os.path.abspath('.')) | 19 sys.path.insert(0, os.path.abspath('..')) |
20 | 20 |
21 # -- General configuration ----------------------------------------------------- | 21 # -- General configuration ----------------------------------------------------- |
22 | 22 |
23 # If your documentation needs a minimal Sphinx version, state it here. | 23 # If your documentation needs a minimal Sphinx version, state it here. |
24 #needs_sphinx = '1.0' | 24 #needs_sphinx = '1.0' |