We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 044910c + ea7db8d commit e8e737cCopy full SHA for e8e737c
docker-compose.yaml
@@ -64,8 +64,9 @@ services:
64
pip install scikit-image pooch
65
mkdocs serve --config-file ./mkdocs.yaml -a 0.0.0.0:8000
66
elif echo "$${MODE}" | grep -i build &>/dev/null; then
67
- # BUILD mode: just build static site from pre-executed notebooks
68
- # datajoint-python source is mounted for mkdocstrings API doc generation
+ # BUILD mode: build static site from pre-executed notebooks
+ # Install datajoint-python for mkdocstrings (needs to import for API docs)
69
+ pip install -e /datajoint-python
70
mkdocs build --config-file ./mkdocs.yaml
71
else
72
echo "Unexpected mode..."
0 commit comments