Skip to content

Commit

Permalink
Cleanup docs of models by disabling aliases, schemes, validators, lis…
Browse files Browse the repository at this point in the history
…t of fields (#231)
  • Loading branch information
MarshalX authored Jan 11, 2024
1 parent 4ea33dd commit a88db2e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,14 @@

# Pydantic models
autodoc_pydantic_model_undoc_members = True
autodoc_pydantic_model_show_json = True
autodoc_pydantic_settings_show_json = False
autodoc_pydantic_model_show_json = False
autodoc_pydantic_model_show_config_summary = False
autodoc_pydantic_model_show_field_summary = False
autodoc_pydantic_model_show_validator_summary = False
autodoc_pydantic_model_signature_prefix = 'class'
autodoc_pydantic_field_list_validators = False
autodoc_pydantic_field_show_alias = False
autodoc_pydantic_settings_show_json = False


autosectionlabel_prefix_document = True
Expand Down

0 comments on commit a88db2e

Please sign in to comment.