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 10ab4ef commit 3997adaCopy full SHA for 3997ada
docs/conf.py
@@ -13,6 +13,11 @@
13
# documentation root, use os.path.abspath to make it absolute, like shown here.
14
from datetime import datetime
15
16
+import phys2bids
17
+
18
+sys.path.insert(0, os.path.abspath(".."))
19
20
21
# -- Project information -----------------------------------------------------
22
23
# Add project name, copyright holder, and author(s)
@@ -22,7 +27,6 @@
27
28
# Import project to get version info
24
29
sys.path.insert(0, os.path.abspath(os.path.pardir))
25
-import phys2bids # noqa
26
30
31
# The short X.Y version
32
version = phys2bids.__version__
0 commit comments