Skip to content

Commit 23b66c1

Browse files
Add install path hackily to sphinx conf
1 parent 312eafc commit 23b66c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525

2626
from pkg_resources import parse_version as V
2727

28-
import imaspy
29-
28+
sys.path.insert(0, "../../install")
3029

3130
print("python exec:", sys.executable)
3231
print("sys.path:", sys.path)
3332

33+
import imaspy
34+
3435
# -- Project information -----------------------------------------------------
3536
# The documented project’s name
3637
project = src_project = PROJECT = "IMASPy"

0 commit comments

Comments
 (0)