We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8e8f6 commit fb94573Copy full SHA for fb94573
1 file changed
docs/source/conf.py
@@ -34,5 +34,5 @@
34
35
import os
36
import sys
37
-sys.path.insert(0, os.path.abspath('../../torch_molecule')) # adjust as needed
38
-
+sys.path.insert(0, os.path.abspath('../..'))
+# check the path of ../..
0 commit comments