diff --git a/docs/conf.py b/docs/conf.py index 384ad60..bab5698 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,3 +64,4 @@ graphviz_output_format = "svg" autodoc_pydantic_model_show_json_error_strategy = 'coerce' autodoc_pydantic_model_show_json = False +autodoc_mock_imports = ['nptyping']