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:
parent
79369ce767
commit
ace18dc728
@ -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:'
|
||||
|
Loading…
Reference in New Issue
Block a user