We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c28183 commit 088542bCopy full SHA for 088542b
docs/conf.py
@@ -15,8 +15,8 @@
15
# If extensions (or modules to document with autodoc) are in another directory,
16
# add these directories to sys.path here.
17
curdir = Path(__file__).parent
18
-sys.path.append((curdir / ".." / "eeg_positions").resolve())
19
-sys.path.append((curdir / ".." / "sphinxext").resolve())
+sys.path.append((curdir.parent / "pyprep").resolve().as_posix())
+sys.path.append((curdir / "sphinxext").resolve().as_posix())
20
21
# -- Project information -----------------------------------------------------
22
project = "pyprep"
0 commit comments