Skip to content
This repository was archived by the owner on Apr 16, 2022. It is now read-only.

Commit be2ce04

Browse files
committed
show "Best Practice" title only once
1 parent e58edd2 commit be2ce04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sensio/sphinx/bestpractice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def run(self):
3232

3333
def visit_bestpractice_node(self, node):
3434
self.body.append(self.starttag(node, 'div', CLASS=('admonition best-practice')))
35-
node.insert(0, nodes.title('best-practice', 'Best Practices'))
3635
self.set_first_last(node)
3736

3837
def depart_bestpractice_node(self, node):

0 commit comments

Comments
 (0)