update to conf.py to resovle import errors
Build and Publish / build (push) Successful in 23s
Build and Publish / Build and Deploy Docs (push) Successful in 39s

This commit is contained in:
appleb_m
2026-01-05 16:15:08 +01:00
parent 46074a635d
commit e7e8c2c8a1
+8
View File
@@ -13,6 +13,8 @@ sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../src')) # <-- ensure 'src' is on path
sys.path.insert(0, os.path.abspath('../src/aaredaq'))
sys.path.insert(0, os.path.abspath('../src/mxlibs3'))
sys.path.insert(0, os.path.abspath('../../common/src'))
sys.path.insert(0, os.path.abspath('../../common/src/aaredaqlib'))
project = 'AareDAQ'
copyright = '2025, Paul Scherrer Institute'
@@ -24,6 +26,12 @@ root_doc = 'index'
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
autodoc_mock_imports = [
'cv2',
'redis',
'jfjoch_client',
'epics',
'sseclient',
'jwt',
'aaredb',
'aareDBclient',
'numpy',