Skip to content
Snippets Groups Projects
Unverified Commit 5ed44417 authored by Lochan Babani's avatar Lochan Babani Committed by GitHub
Browse files

Update conf.py

parent 81350fdb
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) ...@@ -28,7 +28,7 @@ sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
# 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('../../skabase'))
print sys.path
# -- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment