blob: b908485c43a84e9783f95f6af1cb4441926a10f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"build-docs": {
"path": "frontend.py",
"parser": "get_parser",
"script": "build",
"help": "Build documentation",
"virtualenv": true,
"requirements": [
"requirements.txt"
]
}
}
|