Skip to content

Commit

Permalink
update python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Mar 14, 2024
1 parent 144090d commit a822372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# import sphinx_rtd_theme
from __future__ import annotations

import os
import sys
# import os
# import sys

# from bidsgnostic import _version

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

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

Expand Down
1 change: 0 additions & 1 deletion requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ sphinx-copybutton
sphinx_rtd_theme
sphinxcontrib-matlabdomain
sphinxcontrib-mermaid
snakebids

0 comments on commit a822372

Please sign in to comment.