Commit 070cdde
Fix docs build: skip empty block sections in SUMMARY.md (#2243)
* Pin zensical==0.0.31 to fix docs build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Skip empty block sections in SUMMARY.md and bump zensical to 0.0.33
Empty sections emitted `* Section` with no children, which
expand_literate_nav.py turned into `- Section:` (a None YAML value)
in mkdocs.yml, breaking zensical's nav parser. Skip sections with no
block families to avoid emitting them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4118592 commit 070cdde
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
393 | 396 | | |
394 | 397 | | |
395 | 398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments