8 lines
246 B
JSON
8 lines
246 B
JSON
{
|
|
"$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
|
|
}
|