Commit ea7db8d
committed
fix: install datajoint-python in BUILD mode for mkdocstrings
Problem:
- mkdocs build failing with: ModuleNotFoundError: No module named 'datajoint'
- mkdocstrings needs to import datajoint to generate API docs
- Previous fix only mounted source but didn't install it in BUILD mode
Solution:
- Install datajoint-python in BUILD mode with 'pip install -e'
- mkdocstrings can now import and introspect modules for API docs
- No database connectivity needed - just package installation
This completes the fix started in PR #102.1 parent 044910c commit ea7db8d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments