Skip to content

Commit

Permalink
Revert modified directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkeSchomann committed Oct 9, 2024
1 parent 874986e commit a9ed9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# 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('../../src'))
sys.path.insert(0, os.path.abspath(os.path.join("../../src", "mslice")))

sys.path.insert(0, os.path.abspath(os.path.join("../..", "src")))
print(sys.path)
from mslice import version_info

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit a9ed9bb

Please sign in to comment.