From 0cc1dbd8625c53290520f6dd2a0200c9dab8f639 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Thu, 7 Sep 2023 19:53:12 -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 452cf3e..384ad60 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,3 +63,4 @@ napoleon_attr_annotations = True graphviz_output_format = "svg" autodoc_pydantic_model_show_json_error_strategy = 'coerce' +autodoc_pydantic_model_show_json = False