Skip to content

Commit de3de2c

Browse files
author
Joe Linn
committed
Don't import pylastica in docs/conf.py
1 parent 5d698ed commit de3de2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/conf.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
#sys.path.insert(0, os.path.abspath('.'))
2020

2121
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)
22+
#pylastica_path = os.path.join(os.path.split(current_path)[0], "pylastica")
23+
#sys.path.append(pylastica_path)
2424

25-
import pylastica as info
2625
sys.path.append(os.path.join(os.path.dirname(__file__), "_ext"))
2726

2827
# -- General configuration -----------------------------------------------------

0 commit comments

Comments
 (0)