From 807303e33ee397e0affa7ca28dc1219dee3a3cb3 Mon Sep 17 00:00:00 2001 From: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:54:13 +0100 Subject: [PATCH] chore: `mkdocstring` python handler to render pydantic field (#2770) * fix mkdocstring handlers Signed-off-by: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> * fix indentation Signed-off-by: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> --------- Signed-off-by: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> --- mkdocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 99eb9290..e2c51d58 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -191,13 +191,15 @@ plugins: - mkdocs-jupyter - mkdocstrings: default_handler: python - options: - extensions: - - griffe_pydantic: - schema: true - preload_modules: - - docling - - docling_core + handlers: + python: + options: + extensions: + - griffe_pydantic: + schema: true + preload_modules: + - docling + - docling_core extra_css: - stylesheets/extra.css