Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn committed Feb 13, 2022
1 parent 54feefc commit d18ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build_plugin_rst_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def write_rstfile(plgtype='all', plgtype_print='', heading=''):
plg['sup'] = "`"+plg['name']+" support <"+plg['sup']+">`_"
fh.write(' | {plg:<65.65} | {vers:<8.8} | - {desc:<163.163} | {maint:<15.15} | {test:<15.15} |\n'.format(plg='', vers='', desc=plg['sup'], maint='', test=''))
else:
fh.write(f" | {'':<65.65} | {'':<8.8} | {'-':<165.165} | {'':<15.15} | {'':<15.15} |\n")
fh.write(f" | {'':<65.65} | {'':<8.8} | {'.':<165.165} | {'':<15.15} | {'':<15.15} |\n")

leerzeileausgegeben = False
if plgtype == 'all':
Expand Down

0 comments on commit d18ad60

Please sign in to comment.