Loading doc/source/conf.py +3 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,9 @@ import os import sys # . = /doc/source sys.path.insert(0, os.path.abspath('./csst_common/')) sys.path.insert(0, os.path.abspath('../../')) # sys.path.insert(0, os.path.abspath('./csst_common/')) # sys.path.insert(0, os.path.abspath('../../')) sys.path.append(os.path.abspath('./csst_common/')) # -- Project information ----------------------------------------------------- Loading Loading
doc/source/conf.py +3 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,9 @@ import os import sys # . = /doc/source sys.path.insert(0, os.path.abspath('./csst_common/')) sys.path.insert(0, os.path.abspath('../../')) # sys.path.insert(0, os.path.abspath('./csst_common/')) # sys.path.insert(0, os.path.abspath('../../')) sys.path.append(os.path.abspath('./csst_common/')) # -- Project information ----------------------------------------------------- Loading