We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e15ab commit 78f8423Copy full SHA for 78f8423
doc/whatsnew/fragments/_template.rst
@@ -17,6 +17,7 @@ Release date: {{ versiondata.date }}
17
{% if definitions[category]['showcontent'] %}
18
{% for text, values in sections[section][category].items() %}
19
- {{ text }} ({{ values|join(', ') }})
20
+
21
{% endfor %}
22
23
{% else %}
towncrier.toml
@@ -4,6 +4,7 @@ directory = "doc/whatsnew/fragments"
4
filename = "doc/whatsnew/2/2.16/index.rst"
5
template = "doc/whatsnew/fragments/_template.rst"
6
issue_format = "`#{issue} <https://github.com/PyCQA/pylint/issues/{issue}>`_"
7
+wrap = true
8
9
# Definition of fragment types.
10
# TODO: with the next towncrier release (21.9.1) it will be possible to define
0 commit comments