From 7381554e42d4223866d3dd39e8922923fdb72630 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 20 Dec 2017 10:49:09 +0000 Subject: [PATCH] Compact documentation (#34081) Before this fix lists of `documentation:` were in individual

tags causing a lot of whitespace on the rendered _module.html pages. --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 5598bca2e9f..e35f851f3e4 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -166,7 +166,7 @@ Options

@{ value.description | replace('\n', '\n ') | html_ify }@
{% else %} {% for desc in value.description %} -

@{ desc | replace('\n', '\n ') | html_ify }@

+
@{ desc | replace('\n', '\n ') | html_ify }@
{% endfor %} {% endif %} {% if 'aliases' in value and value.aliases %}