summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-25 17:26:18 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-25 17:26:18 +0100
commit3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c (patch)
treeedbba8852c0911f2a524c0bc26cc15ba2f943277
parente86eb305a542cee5b0ff6a0e0352cb458089bf62 (diff)
downloadgitpython-3b2e9a8312412b9c8d4e986510dcc30ee16c5f4c.tar.gz
Fixed docs
-rw-r--r--doc/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 469ab3b3..2da09c66 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -20,7 +20,8 @@ import sys, os
# is relative to the documentation root, use os.path.abspath to make it
# absolute, like shown here.
#sys.path.append(os.path.abspath('.'))
-sys.path.insert(0, os.path.abspath('../../../'))
+sys.path.insert(0, os.path.abspath('../..'))
+print sys.path
# General configuration
# ---------------------