Skip to content

Commit

Permalink
fix alex-rudakov#93: settings were not passed to renderList
Browse files Browse the repository at this point in the history
  • Loading branch information
klorenz committed Jan 15, 2021
1 parent 1addc4a commit dcc3724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxarg/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def print_action_groups(data, nested_content, markDownHelp=False, settings=None)
for k, v in map_nested_definitions(subContent).items():
definitions[k] = v
# Render appropriately
for element in renderList(desc, markDownHelp):
for element in renderList(desc, markDownHelp, settings=settings):
section += element

localDefinitions = definitions
Expand Down

0 comments on commit dcc3724

Please sign in to comment.