Skip to content

Commit

Permalink
envoy.docs.sphinx_runner: Workaround broken sphinx typing (#2039)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Apr 19, 2024
1 parent 69c6547 commit 18debd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ValidatingCodeBlock(CodeBlock):
required_arguments = CodeBlock.required_arguments
optional_arguments = CodeBlock.optional_arguments
final_argument_whitespace = CodeBlock.final_argument_whitespace
option_spec = {"type-name": directives.unchanged}
option_spec = {"type-name": directives.unchanged} # type:ignore
option_spec.update(CodeBlock.option_spec)

@cached_property
Expand Down

0 comments on commit 18debd2

Please sign in to comment.