Added root path back

This commit is contained in:
Alan Saul 2013-02-08 13:49:09 +00:00
parent 633bfde996
commit 04c716c3d2
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ try:
except ImportError:
print "no sphinx"
#sys.path.insert(0, os.getcwd() + "/..")
sys.path.insert(0, os.getcwd() + "/..")
# 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