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 0bd84f9 commit 6f47aeeCopy full SHA for 6f47aee
docs/source/html_builder.py
@@ -16,6 +16,7 @@
16
17
class MypyHTMLBuilder(StandaloneHTMLBuilder):
18
strict_file: Path
19
+
20
def __init__(self, app: Sphinx, env: BuildEnvironment) -> None:
21
super().__init__(app, env)
22
self._ref_to_doc = {}
0 commit comments