diff options
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 75722db..0e91a59 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -1,2 +1,6 @@ | |||
1 | import sys | ||
2 | import sys.path | ||
3 | import os | ||
4 | |||
1 | extensions = ['sphinx.ext.autodoc'] | 5 | extensions = ['sphinx.ext.autodoc'] |
2 | sys.path.insert(0, os.path.abspath('../')) | 6 | sys.path.insert(0, os.path.abspath('../')) |