1 2 3 4 5
{ "buildCommand": "python -m venv .venv && . .venv/bin/activate && pip install -r docs/requirements.txt && mkdocs build", "outputDirectory": "site", "installCommand": "echo 'skip'" }