diff options
| author | termie <github@anarkystic.com> | 2012-01-18 10:54:33 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2012-01-18 19:53:37 -0800 |
| commit | e129d5f402255bd10e2bd2f8a80284b7b38ab749 (patch) | |
| tree | 8c46b55b57e99c894301a7f175c9a497ffa52c64 /docs/source | |
| parent | 198d168a529b5aedc4b3b814748f43980584ff49 (diff) | |
fix sphinx
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
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 ----------------------------------------------------- |
