Skip to content

Commit 10ab4ef

Browse files
committed
Revert "Trying to fix doc"
This reverts commit f5473b5.
1 parent f5473b5 commit 10ab4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = "2019-{}, {}".format(datetime.now().year, author)
2222

2323
# Import project to get version info
24-
sys.path.insert(0, os.path.abspath("../"))
24+
sys.path.insert(0, os.path.abspath(os.path.pardir))
2525
import phys2bids # noqa
2626

2727
# The short X.Y version

0 commit comments

Comments
 (0)