We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a695e commit 24f29bcCopy full SHA for 24f29bc
docs/source/html_builder.py
@@ -15,7 +15,7 @@
15
16
17
class MypyHTMLBuilder(StandaloneHTMLBuilder):
18
- strict_file: Sphinx._StrPath
+ strict_file: Path
19
20
def __init__(self, app: Sphinx, env: BuildEnvironment) -> None:
21
super().__init__(app, env)
0 commit comments