Skip to content

Commit

Permalink
Trying to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
me-pic committed Apr 19, 2024
1 parent 10ab4ef commit 3997ada
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
from datetime import datetime

import phys2bids

sys.path.insert(0, os.path.abspath(".."))


# -- Project information -----------------------------------------------------

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

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

# The short X.Y version
version = phys2bids.__version__
Expand Down

0 comments on commit 3997ada

Please sign in to comment.