Skip to content

Commit

Permalink
conf.py: trying sys.path.insert(0, os.path.abspath('../..'))
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 10, 2024
1 parent b93c403 commit 5ceffb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified unravel/docs/_build/doctrees/environment.pickle
Binary file not shown.
5 changes: 4 additions & 1 deletion unravel/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
import os
import sys

sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))

sys.path.insert(1, os.path.abspath('..'))
# sys.path.insert(0, os.path.abspath('..'))
sys.path.append(os.path.abspath('../cluster_stats'))
sys.path.append(os.path.abspath('../cluster_stats/effect_sizes'))
sys.path.append(os.path.abspath('../core'))
Expand Down

0 comments on commit 5ceffb0

Please sign in to comment.