summaryrefslogtreecommitdiff
path: root/tests/roots/test-pycode-egg/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-pycode-egg/conf.py')
-rw-r--r--tests/roots/test-pycode-egg/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/roots/test-pycode-egg/conf.py b/tests/roots/test-pycode-egg/conf.py
new file mode 100644
index 000000000..a8e25882b
--- /dev/null
+++ b/tests/roots/test-pycode-egg/conf.py
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+import os
+import sys
+
+sys.path.insert(0, os.path.abspath('sample-0.0.0-py3.7.egg'))
+master_doc = 'index'
+extensions = ['sphinx.ext.autodoc']