diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0e6fe67098207db3b70a01b16d7330cebfdac550..289f4699b729bf603e2e8449e66939191a6991d9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,8 +6,10 @@ import sys
 import os
 
 
-sys.path.insert(0, os.path.join(os.path.abspath(__file__), "..", ".."))
-
+sys.path.insert(0, os.path.join(
+    os.path.dirname(os.path.abspath(__file__)), "..", "..")
+    )
+print(sys.path)
 MOCK_MODULES=[]
 
 def _warn_node(self, msg, node, **kwargs):
diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst
new file mode 100644
index 0000000000000000000000000000000000000000..1914d9dc1f45c5e83ba16f087f858eecc2414463
--- /dev/null
+++ b/doc/source/introduction.rst
@@ -0,0 +1,2 @@
+Introduction
+------------