Files
pybricks-api/doc/main/package.json
T
Laurens Valk 3b71bce0b0 doc/main: Build IDE docs from main docs.
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.
2021-07-23 12:56:33 +02:00

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"
}
}