Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed May 21, 2024
1 parent d66ddc5 commit 5ecb96c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ venv/
.ipynb_checkpoints/

# PyCharm Project-Settings
.idea/*
.idea/

# VSCode
.vscode/*
.vscode/

# Documentation
docs/build/*
docs/generated/*
docs/build/
docs/generated/
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

curdir = dirname(__file__)
sys.path.append(abspath(join(curdir, "..", "..", "mne_pipeline_hd")))
sys.path.append(abspath(join(curdir, "..", "..", "mne_pipeline_hd", "gui")))

# -- Project information -----------------------------------------------------
project = "mne-pipeline-hd"
Expand Down

0 comments on commit 5ecb96c

Please sign in to comment.