Skip to content

Commit

Permalink
fix: add path
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 6, 2023
1 parent d74c7e5 commit a961b8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
from pathlib import Path

root_dir = Path(__file__).resolve().parent.parent.parent
src_dir = root_dir / "src"
sys.path.insert(0, root_dir.as_posix())
sys.path.insert(0, src_dir.as_posix())

from async_wrapper import __version__

Expand Down

0 comments on commit a961b8c

Please sign in to comment.