diff --git a/docs/conf.py b/docs/conf.py index 22eacc758..16e349c36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ copyright = "2019-{}, {}".format(datetime.now().year, author) # Import project to get version info -sys.path.insert(0, os.path.abspath("../")) +sys.path.insert(0, os.path.abspath(os.path.pardir)) import phys2bids # noqa # The short X.Y version