Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 3, 2025
1 parent 998cfcd commit 5b36ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx/ext/autosummary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ def get_table(self, items: list[tuple[str, str, str, str]]) -> list[Node]:

table = autosummary_table('')
real_table = nodes.table(
'', classes=['autosummary', 'longtable', *self.options.get('class', ())])
'', classes=['autosummary', 'longtable', *self.options.get('class', ())]
)
table.append(real_table)
group = nodes.tgroup('', cols=2)
real_table.append(group)
Expand Down

0 comments on commit 5b36ad5

Please sign in to comment.