Loading docs/src/conf.py +5 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ # 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 @@ -29,11 +34,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 +5 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,11 @@ # 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 @@ -29,11 +34,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