Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 23, 2024
1 parent 7c28183 commit bb24f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here.
curdir = Path(__file__).parent
sys.path.append((curdir / ".." / "eeg_positions").resolve())
sys.path.append((curdir / ".." / "sphinxext").resolve())
sys.path.append((curdir.parent / "eeg_positions").resolve().as_posix())
sys.path.append((curdir / "sphinxext").resolve().as_posix())

# -- Project information -----------------------------------------------------
project = "pyprep"
Expand Down

0 comments on commit bb24f49

Please sign in to comment.