Skip to content

Commit 3997ada

Browse files
committed
Trying to fix docs
1 parent 10ab4ef commit 3997ada

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
1414
from datetime import datetime
1515

16+
import phys2bids
17+
18+
sys.path.insert(0, os.path.abspath(".."))
19+
20+
1621
# -- Project information -----------------------------------------------------
1722

1823
# Add project name, copyright holder, and author(s)
@@ -22,7 +27,6 @@
2227

2328
# Import project to get version info
2429
sys.path.insert(0, os.path.abspath(os.path.pardir))
25-
import phys2bids # noqa
2630

2731
# The short X.Y version
2832
version = phys2bids.__version__

0 commit comments

Comments
 (0)