Compare commits

...

1 Commits

Author SHA1 Message Date
Harrison Chase
483c4f7fcb hide param list 2023-06-19 23:28:32 -07:00

View File

@@ -62,7 +62,7 @@ autodoc_pydantic_model_show_validator_summary = False
autodoc_pydantic_model_show_field_summary = False
autodoc_pydantic_model_members = False
autodoc_pydantic_model_undoc_members = False
autodoc_pydantic_model_hide_paramlist = False
autodoc_pydantic_model_hide_paramlist = True
autodoc_pydantic_model_signature_prefix = "class"
autodoc_pydantic_field_signature_prefix = "attribute"
autodoc_pydantic_model_summary_list_order = "bysource"