pull/113/head
Eric Holscher 7 years ago
parent 2a79eb0dd4
commit ed57a216ec

@ -23,8 +23,7 @@ def _build_toc_node(docname, anchor='anchor', text='test text', bullet=False):
ret_list = nodes.list_item('', para)
if not bullet:
return ret_list
else:
return nodes.bullet_list('', ret_list)
return nodes.bullet_list('', ret_list)
def _traverse_parent(node, objtypes):

Loading…
Cancel
Save