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 f5473b5 commit 10ab4efCopy full SHA for 10ab4ef
docs/conf.py
@@ -21,7 +21,7 @@
21
copyright = "2019-{}, {}".format(datetime.now().year, author)
22
23
# Import project to get version info
24
-sys.path.insert(0, os.path.abspath("../"))
+sys.path.insert(0, os.path.abspath(os.path.pardir))
25
import phys2bids # noqa
26
27
# The short X.Y version
0 commit comments