Skip to content

Commit

Permalink
Use src/mslice
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Oct 10, 2024
1 parent 318d04b commit 15fca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15fca6a

Please sign in to comment.