Skip to content

Commit d712091

Browse files
committed
fix(docs): Fix module import error by setting PYTHONPATH in docker-compose
Add PYTHONPATH to fix mkdocstrings import error
1 parent d9b1f73 commit d712091

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
- UPSTREAM_REPO
1616
- MODE
1717
- PATCH_VERSION
18+
- PYTHONPATH=/main
1819
volumes:
1920
- ../docs:/main/docs
2021
- ../${PACKAGE}:/main/${PACKAGE}

0 commit comments

Comments
 (0)