summaryrefslogtreecommitdiff
path: root/tests/roots/test-autosummary/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-autosummary/conf.py')
-rw-r--r--tests/roots/test-autosummary/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/roots/test-autosummary/conf.py b/tests/roots/test-autosummary/conf.py
index 542696e9..d9a44748 100644
--- a/tests/roots/test-autosummary/conf.py
+++ b/tests/roots/test-autosummary/conf.py
@@ -1,3 +1,7 @@
+import sys, os
+
+sys.path.insert(0, os.path.abspath('.'))
+
extensions = ['sphinx.ext.autosummary']
# The suffix of source filenames.