Skip to content

Commit

Permalink
change sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jul 10, 2024
1 parent 13d5c5d commit 5ce62db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@
]

# sys.path.insert(0, os.path.abspath("."))
# sys.path.insert(0, os.path.abspath("../"))
sys.path.insert(0, os.path.abspath("../"))
# Add the project's root directory to sys.path
sys.path.insert(0, os.path.abspath("../deeprank2"))


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

0 comments on commit 5ce62db

Please sign in to comment.