remove unused rubric function

Change-Id: I804e4d9968fa33c1fde1a9bf2502b3b56ee5ccee
This commit is contained in:
Doug Hellmann 2015-10-06 21:17:56 +00:00
parent 4e6e7cb365
commit 67b2d7ccda

View File

@ -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)