add a blank line after repository list

Add a blank line after the field table containing the repository list to
avoid a Sphinx build warning.

Change-Id: I2c081c909cd7121fa885353d14f8083ca6b30e09
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-12-13 14:33:17 -05:00
parent 79369ce767
commit ace18dc728

View File

@ -86,6 +86,7 @@ def _team_to_rst(name, info):
':repo:`%s`' % repo
for repo in deliverable.get('repos', [])
)
yield ''
tags = deliverable.get('tags', [])
if tags:
yield ':Tags:'