You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #114 Fix some edge-case related to TOCs of docs without titles (javiereguiluz)
This PR was merged into the main branch.
Discussion
----------
Fix some edge-case related to TOCs of docs without titles
In some symfony.com docs we have some partial docs that are included in other docs ... but instead of naming them as `foo.rst.inc` as in Symfony Docs, we name them as `foo.rst`. This included file is just a paragraph without any titles, so when trying to generate the TOC it fails.
Commits
-------
51d6c0f Fix some edge-case related to TOCs of docs without titles
0 commit comments