diff --git a/pyproject.toml b/pyproject.toml index 32b2e237..7384bbf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,10 @@ ignore_missing_imports = true implicit_reexport = false warn_unused_ignores = false +[[tool.mypy.overrides]] +module = "sphinx.application" +implicit_reexport = true + [tool.pytest.ini_options] enable_assertion_pass_hook = true filterwarnings = ["ignore::DeprecationWarning:.*:"]