Skip to content

Commit

Permalink
remove relative import of krank
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 2, 2024
1 parent ab82fbe commit 7bbb7b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@

# autodoc needs to import your modules in order to extract the docstrings.
# Therefore, you must add the appropriate path to sys.path in your conf.py.
from src import krank
# sys.path.insert(0, os.path.abspath("../krank/src"))

import krank

project = krank.__name__
release = krank.__version__ # Full project version
Expand Down

0 comments on commit 7bbb7b3

Please sign in to comment.