From d15ba8e2e12c69c4530d9146ea1bac7630e65cb5 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 7 Sep 2023 19:58:38 -0700 Subject: [PATCH] fixing docs build --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) 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']