Skip to content

Commit 5bf9495

Browse files
authored
Merge pull request #137 from AndreiDrang/main
Update conf.py
2 parents 3a9694f + 8be7ae6 commit 5bf9495

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"myst_parser",
3030
"sphinx.ext.napoleon",
3131
"pallets_sphinx_themes",
32-
"sphinxcontrib.autodoc_pydantic",
3332
"notfound.extension",
3433
)
3534
myst_enable_extensions = ["deflist"]
@@ -87,7 +86,3 @@
8786
autodoc_preserve_defaults = False
8887
autodoc_member_order = "bysource"
8988
autodoc_class_signature = "mixed"
90-
91-
# Pydantic
92-
autodoc_pydantic_model_show_json = True
93-
autodoc_pydantic_settings_show_json = False

0 commit comments

Comments
 (0)