Skip to content

Commit 88bd375

Browse files
authored
Merge pull request #17 from datajoint/fix-mkdocs-build-error-biz59
fix(docs): Fix module import error by setting PYTHONPATH in docker-compose
2 parents d9b1f73 + d712091 commit 88bd375

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)