Skip to content

Conversation

@basnijholt
Copy link
Owner

Summary

  • Replace custom readme_section() from docs/generate.py with markdown-code-runner's built-in include_section() function
  • Delete docs/generate.py as it's no longer needed
  • Require markdown-code-runner>=2.7.0 which includes the new feature

Test plan

  • Verify markdown-code-runner runs successfully on all docs/*.md files
  • Wait for markdown-code-runner v2.7.0 release or merge after release

Replace the custom `readme_section()` function from `docs/generate.py`
with the built-in `include_section()` function from markdown-code-runner.

Changes:
- Update all docs/*.md files to use `include_section("../README.md", ...)`
- Delete `docs/generate.py` as it's no longer needed
- Require markdown-code-runner>=2.7.0 for include_section() support
@basnijholt basnijholt merged commit 848c9a4 into main Jan 24, 2026
34 checks passed
@basnijholt basnijholt deleted the migrate-to-include-section branch January 24, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants