Skip to content

Commit

Permalink
update formatter
Browse files Browse the repository at this point in the history
Co-authored-by: Will Shanks <[email protected]>
  • Loading branch information
coruscating and wshanks committed Nov 8, 2023
1 parent 0686feb commit 7c99c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_ext/custom_styles/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def format_header(self, lines: List[str]) -> List[str]:
def format_overview(self, lines: List[str]) -> List[str]:
"""Format overview section."""
format_lines = [
"" ".. rubric:: Overview",
"",
".. rubric:: Overview",
"",
]
format_lines.extend(lines)
Expand Down

0 comments on commit 7c99c9b

Please sign in to comment.