We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433fde commit ce4cc55Copy full SHA for ce4cc55
yardang/build.py
@@ -353,7 +353,7 @@ def customize(args):
353
"autodoc_pydantic_model_member_order": "bysource",
354
"autodoc_pydantic_model_show_config_summary": None,
355
"autodoc_pydantic_model_show_field_summary": None,
356
- "autodoc_pydantic_model_show_json": True,
+ "autodoc_pydantic_model_show_json": False,
357
"autodoc_pydantic_model_show_validator_summary": None,
358
"autodoc_pydantic_model_show_validator_members": None,
359
"autodoc_pydantic_settings_show_json": None,
0 commit comments