We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312eafc commit 23b66c1Copy full SHA for 23b66c1
docs/source/conf.py
@@ -25,12 +25,13 @@
25
26
from pkg_resources import parse_version as V
27
28
-import imaspy
29
-
+sys.path.insert(0, "../../install")
30
31
print("python exec:", sys.executable)
32
print("sys.path:", sys.path)
33
+import imaspy
34
+
35
# -- Project information -----------------------------------------------------
36
# The documented project’s name
37
project = src_project = PROJECT = "IMASPy"
0 commit comments