Skip to content

Commit 088542b

Browse files
committed
fix paths
1 parent 7c28183 commit 088542b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# If extensions (or modules to document with autodoc) are in another directory,
1616
# add these directories to sys.path here.
1717
curdir = Path(__file__).parent
18-
sys.path.append((curdir / ".." / "eeg_positions").resolve())
19-
sys.path.append((curdir / ".." / "sphinxext").resolve())
18+
sys.path.append((curdir.parent / "pyprep").resolve().as_posix())
19+
sys.path.append((curdir / "sphinxext").resolve().as_posix())
2020

2121
# -- Project information -----------------------------------------------------
2222
project = "pyprep"

0 commit comments

Comments
 (0)