[IMP] make application TOC toplevel look like subtitles

This commit is contained in:
Xavier Morel
2015-07-20 13:31:35 +02:00
parent 4a8bc016d1
commit 0e58ae3ee0
3 changed files with 38 additions and 2 deletions
+2 -2
View File
@@ -65,10 +65,10 @@ def navbarify(node, navbar=None):
# no subrefs -> ignore
if not list_item.children[1].children:
continue
# otherwise replace reference node by its own children
# otherwise replace reference node by an inline (so it can still be styled)
para = n.parent
para.remove(n)
para.extend(n.children)
para.append(nodes.inline('', '', *n.children))
def resolve_content_toctree(