Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed May 30, 2024
1 parent b49b3aa commit 983b86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinxawesome_theme/highlighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class AwesomeCodeBlock(CodeBlock): # type: ignore
"emphasize-text": directives.unchanged_required,
}

option_spec = CodeBlock.option_spec
option_spec = CodeBlock.option_spec # type: ignore[misc]
option_spec.update(new_options)

def _get_line_numbers(
Expand Down

0 comments on commit 983b86a

Please sign in to comment.