summaryrefslogtreecommitdiff
path: root/tests/roots/test-api-set-translator/nonext/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-api-set-translator/nonext/conf.py')
-rw-r--r--tests/roots/test-api-set-translator/nonext/conf.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/roots/test-api-set-translator/nonext/conf.py b/tests/roots/test-api-set-translator/nonext/conf.py
new file mode 100644
index 00000000..5a92f736
--- /dev/null
+++ b/tests/roots/test-api-set-translator/nonext/conf.py
@@ -0,0 +1,9 @@
+# -*- coding: utf-8 -*-
+
+import os
+import sys
+
+sys.path.insert(0, os.path.dirname(os.path.abspath('.')))
+
+project = 'test'
+master_doc = 'index'