diff --git a/docs/source/conf.py b/docs/source/conf.py index f7eb2f84..6eed31a9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ # 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 # documentation root, use os.path.abspath to make it absolute, like shown here. -sys.path.insert(0, os.path.abspath(os.path.join("../..", "src"))) +sys.path.insert(0, os.path.abspath(os.path.join("../..", "src/mslice"))) from mslice import version_info # noqa: E402 # version_info = (2, 9, 1)