From 85c5b64f966abdbce2a1354c057159d6d248c12a Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 9 Apr 2015 10:37:03 +0200 Subject: [PATCH] [FIX] navbarification process --- _themes/odoodoc/sphinx_monkeypatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_themes/odoodoc/sphinx_monkeypatch.py b/_themes/odoodoc/sphinx_monkeypatch.py index 5bce9c9a1..60e8ed5a4 100644 --- a/_themes/odoodoc/sphinx_monkeypatch.py +++ b/_themes/odoodoc/sphinx_monkeypatch.py @@ -50,7 +50,7 @@ def navbarify(node, navbar=None): # reference # no bullet_list.list_item -> don't dropdownify if not list_item.children[1].children: - return + continue list_item['classes'].append('dropdown') # list_item.compact_paragraph.reference