From 413d996a04e891c24a8d385b541c38ceb80c7210 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 18 Jan 2025 21:14:20 +0300 Subject: [PATCH] Update conf.py --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7949722..5e86745 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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