Update conf.py

This commit is contained in:
Andrei 2025-01-18 21:14:20 +03:00
parent 72a0b70318
commit 413d996a04
1 changed files with 0 additions and 5 deletions

View File

@ -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