Update conf.py
This commit is contained in:
parent
72a0b70318
commit
413d996a04
|
@ -37,7 +37,6 @@ extensions = (
|
|||
"myst_parser",
|
||||
"sphinx.ext.napoleon",
|
||||
"pallets_sphinx_themes",
|
||||
"sphinxcontrib.autodoc_pydantic",
|
||||
"notfound.extension",
|
||||
)
|
||||
myst_enable_extensions = ["deflist"]
|
||||
|
@ -95,7 +94,3 @@ napoleon_attr_annotations = True
|
|||
autodoc_preserve_defaults = False
|
||||
autodoc_member_order = "bysource"
|
||||
autodoc_class_signature = "mixed"
|
||||
|
||||
# Pydantic
|
||||
autodoc_pydantic_model_show_json = True
|
||||
autodoc_pydantic_settings_show_json = False
|
||||
|
|
Loading…
Reference in New Issue