Skip to content
Snippets Groups Projects
Commit 9b3ea96a authored by Aditya Dange's avatar Aditya Dange
Browse files

Update sys.path in conf.py

parent 2dded40d
Branches old_working_state
Tags
No related merge requests found
...@@ -29,7 +29,8 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) ...@@ -29,7 +29,8 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # 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. # documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../../skabase')) sys.path.insert(0, os.path.abspath('../../'))
sys.path.append(os.path.abspath('../../skabase'))
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
......
...@@ -11,6 +11,7 @@ Welcome to LMC Base Classes documentation! ...@@ -11,6 +11,7 @@ Welcome to LMC Base Classes documentation!
:maxdepth: 2 :maxdepth: 2
.. automodule:: SKABaseDevice.SKABaseDeviceModule .. automodule:: SKABaseDevice.SKABaseDeviceModule
:members:
.. autoclass:: SKABaseDevice.SKABaseDeviceModule.SKABaseDevice .. autoclass:: SKABaseDevice.SKABaseDeviceModule.SKABaseDevice
:members: :members:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment