Commit 9d7070e
committed
🐛 fix(toctree): use section node when title is empty
When :title: was set to empty, a paragraph node was used as the
container instead of a section. Child group headings weren't recognized
by toctree since they weren't inside a proper section hierarchy.
Fixes #481 parent 7bc2756 commit 9d7070e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments