summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-30 23:57:16 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-30 23:57:16 +0100
commit88d500edf2163be3b249ae288a06b725934560d9 (patch)
treeb0a5f18d9d2e69730c445b807e3d0ac23e1557b2 /doc
parent0300d0d6c4af63257d094813ceaab2302906680c (diff)
downloadgitdb-88d500edf2163be3b249ae288a06b725934560d9.tar.gz
setup and doc generation works once again
Diffstat (limited to 'doc')
-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 e10addb..28deb31 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -16,7 +16,7 @@ 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.append(os.path.abspath('../../../'))
+sys.path.append(os.path.abspath('../../'))
# -- General configuration -----------------------------------------------------