From 42ac8e6d7bf9fb21350055601594a87a6247940a Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 7 Sep 2023 19:48:58 -0700 Subject: [PATCH] fixing docs build --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6240f71..452cf3e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,3 +61,5 @@ napoleon_attr_annotations = True # graphviz graphviz_output_format = "svg" + +autodoc_pydantic_model_show_json_error_strategy = 'coerce'