remove unused rubric function
Change-Id: I804e4d9968fa33c1fde1a9bf2502b3b56ee5ccee
This commit is contained in:
parent
4e6e7cb365
commit
67b2d7ccda
@ -184,11 +184,6 @@ class DeliverableDirective(rst.Directive):
|
||||
_add(underline * len(text))
|
||||
_add('')
|
||||
|
||||
def _rubric(text):
|
||||
text = str(text) # version numbers might be seen as floats
|
||||
_add('.. rubric:: %s' % text)
|
||||
_add('')
|
||||
|
||||
_title(deliverable_name, '=')
|
||||
|
||||
app.info('[deliverables] %s' % deliverable_name)
|
||||
|
Loading…
Reference in New Issue
Block a user