Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Aug 22, 2024
1 parent 0b203af commit 9906730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
except ModuleNotFoundError:
import sys
from pathlib import Path
sys.path.append(str(Path(__file__).parents[1].resolve()))
sys.path.append(str(Path(__file__).parents[1].joinpath('iblrig').resolve()))
from iblrig import __version__

project = 'iblrig'
Expand Down

0 comments on commit 9906730

Please sign in to comment.