mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
With EV3 dropped from the 3.X documentation, the main docs are now nearly identical to the IDE docs, save for some layout changes. Having just one set of docs is easier to maintain. This drops the IDE doc target.
25 lines
628 B
JSON
25 lines
628 B
JSON
{
|
|
"name": "@pybricks/ide-docs",
|
|
"version": "1.5.0",
|
|
"description": "Special build of Pybricks API docs for embedding in an IDE.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pybricks/pybricks-api",
|
|
"directory": "doc/ide"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org",
|
|
"access": "public"
|
|
},
|
|
"author": "The Pybricks Authors",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build/html/**"
|
|
],
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"clean": "poetry run make -C .. SOURCEDIR=main clean",
|
|
"build": "poetry run make -C .. SOURCEDIR=main SPHINXOPTS=-tide html"
|
|
}
|
|
}
|