Changeset - b3ec9f4af18b
[Not reviewed]
beta
0 1 0
Lukasz Balcerzak - 15 years ago 2010-12-16 00:50:15
lukasz.balcerzak@python-center.org
Added rhodecode to sys.path at Sphinx configuration
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -13,13 +13,13 @@
 

	
 
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 -----------------------------------------------------
 

	
 
# If your documentation needs a minimal Sphinx version, state it here.
 
#needs_sphinx = '1.0'
 

	
0 comments (0 inline, 0 general)