summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-10-31 09:20:56 +0200
committermattip <matti.picus@gmail.com>2019-10-31 09:29:18 +0200
commit58282d172faaaa75b29167b34bad0ae9e0988cc3 (patch)
tree01de50c9f593a0bb4e6940d3e00f1651089709d5 /doc/release
parent7bc36c2c39b4412ba8aa01ff1197c999920cad1f (diff)
downloadnumpy-58282d172faaaa75b29167b34bad0ae9e0988cc3.tar.gz
DOC: add vertical space in towncrier template
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/upcoming_changes/template.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/template.rst b/doc/release/upcoming_changes/template.rst
index 9c8a3b5fc..997b4850e 100644
--- a/doc/release/upcoming_changes/template.rst
+++ b/doc/release/upcoming_changes/template.rst
@@ -17,6 +17,7 @@
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
{{ text }}
+
{{ get_indent(text) }}({{values|join(', ') }})
{% endfor %}