diff options
| author | Ha Thach <[email protected]> | 2026-06-29 12:56:16 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-29 12:56:16 +0700 |
| commit | 40f4c12c6be504031d2e2808f191134739206b5e (patch) | |
| tree | 6206237e2f08aed4d0570daa65bf88e45e7de8f8 /AGENTS.md | |
| parent | be22838b081ad90f6b312e1da6fc1b1653e3c5ae (diff) | |
| parent | ba32b46ebd5304812d521cd30cfdb5b284341f69 (diff) | |
Merge pull request #3743 from hathach/claude/build-doc-skill
docs: add build-doc tooling and a README for every example
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -127,10 +127,7 @@ cd test/unit-test && ceedling test:all # or ceedling test:test_fifo ## Documentation -```bash -pip install -r docs/requirements.txt -cd docs && sphinx-build -b html . _build # ~2.5 s -``` +Sphinx docs in `docs/` (reStructuredText `.rst` or Markdown `.md` via MyST). Use the `build-doc` skill (`.claude/skills/build-doc/SKILL.md`) to build/preview locally (`sphinx-build`) and to regenerate auto-generated files (`tools/gen_doc.py` + `tools/gen_presets.py`) after adding a board or dependency. ## Code Size Metrics |
