summaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-18 10:54:33 -0800
committertermie <github@anarkystic.com>2012-01-18 19:53:37 -0800
commite129d5f402255bd10e2bd2f8a80284b7b38ab749 (patch)
tree8c46b55b57e99c894301a7f175c9a497ffa52c64 /docs/source
parent198d168a529b5aedc4b3b814748f43980584ff49 (diff)
fix sphinx
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1f7785ef..9c18c5ff 100644
--- a/docs/source/conf.py
+++ b/docs/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.insert(0, os.path.abspath('..'))
+sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration -----------------------------------------------------