diff --git a/snooty/postprocess.py b/snooty/postprocess.py index b7e8736f..96753f5f 100644 --- a/snooty/postprocess.py +++ b/snooty/postprocess.py @@ -1747,6 +1747,8 @@ def find_toctree_nodes( if entry.title else None, "options": {"project": entry.ref_project}, + "children": [], + "slug": entry.ref_project, } ref_project_pair = (entry.title, entry.ref_project) if ref_project_pair in external_nodes: