Summary
.github/workflows/docs-sdk.yml already publishes TypeDoc-generated API docs for the TypeScript SDK to GitHub Pages, but bindings/python has no equivalent — no pdoc/Sphinx config and nothing published anywhere. A Python integrator has only the README and source to go on.
Acceptance Criteria
Summary
.github/workflows/docs-sdk.ymlalready publishes TypeDoc-generated API docs for the TypeScript SDK to GitHub Pages, butbindings/pythonhas no equivalent — nopdoc/Sphinx config and nothing published anywhere. A Python integrator has only the README and source to go on.Acceptance Criteria
pdoc(or Sphinx) config forbindings/python/trustlinkand a workflow step that builds it./python/subpath) so there's one discoverable docs entry point.bindings/python's README and the mainREADME.md.