Lint and execute code snippets in docs
callumforrester opened this issue · 0 comments
callumforrester commented
Originally posted by @callumforrester in #674 (comment)
As a developer I would like the code snippets in my documentation to be checked often via CI.
See ophyd-async for a possible solution.
Acceptance Criteria
- All code snippets in docs
- Are linted
- Are executed at docs build time so imports fail if they are out of date etc.