diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 16:32:43 +0100 |
commit | 9ccd777c386704911734ae4c33a922a5682ac6c8 (patch) | |
tree | 1e2ebda56c510846dffa126c581031c60322fa78 /doc/source/conf.py | |
parent | 8ad01ee239f9111133e52af29b78daed34c52e49 (diff) | |
download | gitpython-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.py | 2 |
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 # --------------------- |