Skip to content

Commit

Permalink
fix autodoc import
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 21, 2024
1 parent 698d205 commit 476d15a
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,9 +47,9 @@
# 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("../src"))
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"))


Expand Down

0 comments on commit 476d15a

Please sign in to comment.