From ace18dc72824e237720e8c9d162c68d2dfa233d8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 13 Dec 2016 14:33:17 -0500 Subject: [PATCH] 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 --- doc/source/_exts/teams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/_exts/teams.py b/doc/source/_exts/teams.py index 709577b96..7b3bbdc79 100644 --- a/doc/source/_exts/teams.py +++ b/doc/source/_exts/teams.py @@ -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:'