Add a table of contents to the generated changelog (#45046)

pull/42697/head
Toshio Kuratomi 6 years ago committed by John R Barker
parent 3beeeffef9
commit fdb51b34da

@ -443,6 +443,7 @@ class ChangelogGenerator(object):
builder = RstBuilder()
builder.set_title('Ansible %s "%s" Release Notes' % (major_minor_version, codename))
builder.add_raw_rst('.. contents:: Topics\n\n')
for version, release in release_entries.items():
builder.add_section('v%s' % version)

Loading…
Cancel
Save