From 8bf1f759b9b883215ef75ed7cbc0ff1ba56716c2 Mon Sep 17 00:00:00 2001 From: Virgile Andreani Date: Mon, 16 Sep 2024 21:11:18 -0400 Subject: [PATCH] Fix readthedocs --- doc/user-guide/hierarchical-data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/hierarchical-data.rst b/doc/user-guide/hierarchical-data.rst index 450daf3f06d..84016348676 100644 --- a/doc/user-guide/hierarchical-data.rst +++ b/doc/user-guide/hierarchical-data.rst @@ -200,7 +200,7 @@ and even the distinguishing feature of the common ancestor of any two species (t .. ipython:: python - [node.name for node in primates.ancestors] + [node.name for node in reversed(primates.parents)] primates.root.name primates.find_common_ancestor(dinosaurs).name