Skip to content

Commit

Permalink
just append one thing to sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 14, 2024
1 parent a11f3fe commit 47b87d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
# for mod_name in MOCK_MODULES:
# sys.modules[mod_name] = mock.Mock()

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


# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 47b87d1

Please sign in to comment.