Add newline in settings doc.
This commit is contained in:
parent
02e4fdd867
commit
2cc41081b3
@ -131,6 +131,7 @@ def _get_setting_quickref():
|
||||
for sectname, sect in configdata.DATA.items():
|
||||
if not getattr(sect, 'descriptions'):
|
||||
continue
|
||||
out.append("")
|
||||
out.append(".Quick reference for section ``{}''".format(sectname))
|
||||
out.append('[options="header",width="75%",cols="25%,75%"]')
|
||||
out.append('|==============')
|
||||
|
Loading…
Reference in New Issue
Block a user