summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-23 16:32:43 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-23 16:32:43 +0100
commit9ccd777c386704911734ae4c33a922a5682ac6c8 (patch)
tree1e2ebda56c510846dffa126c581031c60322fa78 /doc/source/conf.py
parent8ad01ee239f9111133e52af29b78daed34c52e49 (diff)
downloadgitpython-9ccd777c386704911734ae4c33a922a5682ac6c8.tar.gz
Documentation is now being built for all new modules
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e80bd0aa..469ab3b3 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -20,7 +20,7 @@ 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('../../lib'))
+sys.path.insert(0, os.path.abspath('../../../'))
# General configuration
# ---------------------