Loading docs/src/conf.py +8 −5 Original line number Diff line number Diff line Loading @@ -12,6 +12,14 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) sys.path.append(os.path.abspath('./')) # Import tango try: import tango Loading @@ -28,11 +36,6 @@ autodoc_mock_imports = ['PyTango','run', 'DeviceMeta', 'command', ] autodoc_member_order = 'bysource' import os import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) import sphinx_rtd_theme def setup(app): Loading Loading
docs/src/conf.py +8 −5 Original line number Diff line number Diff line Loading @@ -12,6 +12,14 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) sys.path.append(os.path.abspath('./')) # Import tango try: import tango Loading @@ -28,11 +36,6 @@ autodoc_mock_imports = ['PyTango','run', 'DeviceMeta', 'command', ] autodoc_member_order = 'bysource' import os import sys sys.path.append(os.path.abspath('../../csp-lmc-common/')) sys.path.append(os.path.abspath('../../csp-lmc-mid/')) import sphinx_rtd_theme def setup(app): Loading