diff options
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 37d5e91a..a3ebeec7 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -3,6 +3,7 @@ import sys, os sys.path.append(os.path.abspath('.')) +sys.path.append(os.path.abspath('..')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.autosummary', |
