{ "$schema": "https://openapi.vercel.sh/vercel.json", "installCommand": "python3 -m venv .venv && .venv/bin/pip install -r requirements-docs.txt", "buildCommand": ".venv/bin/mkdocs build", "outputDirectory": "site", "framework": null }