We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a9694f + 8be7ae6 commit 5bf9495Copy full SHA for 5bf9495
1 file changed
docs/conf.py
@@ -29,7 +29,6 @@
29
"myst_parser",
30
"sphinx.ext.napoleon",
31
"pallets_sphinx_themes",
32
- "sphinxcontrib.autodoc_pydantic",
33
"notfound.extension",
34
)
35
myst_enable_extensions = ["deflist"]
@@ -87,7 +86,3 @@
87
86
autodoc_preserve_defaults = False
88
autodoc_member_order = "bysource"
89
autodoc_class_signature = "mixed"
90
-
91
-# Pydantic
92
-autodoc_pydantic_model_show_json = True
93
-autodoc_pydantic_settings_show_json = False
0 commit comments