Skip to content

Commit

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

# 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.
sys.path.insert(0, os.path.abspath("../krank/src"))

import krank
from src import krank

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

0 comments on commit 5ec3e80

Please sign in to comment.