We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d698ed commit de3de2cCopy full SHA for de3de2c
docs/conf.py
@@ -19,10 +19,9 @@
19
#sys.path.insert(0, os.path.abspath('.'))
20
21
current_path = os.path.dirname(os.path.abspath(__file__))
22
-pylastica_path = os.path.join(os.path.split(current_path)[0], "pylastica")
23
-sys.path.append(pylastica_path)
+#pylastica_path = os.path.join(os.path.split(current_path)[0], "pylastica")
+#sys.path.append(pylastica_path)
24
25
-import pylastica as info
26
sys.path.append(os.path.join(os.path.dirname(__file__), "_ext"))
27
28
# -- General configuration -----------------------------------------------------
0 commit comments