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