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>
This commit is contained in:
Edoardo Abati
2025-12-11 12:54:13 +01:00
committed by GitHub
parent d03439ccc5
commit 807303e33e

View File

@@ -191,13 +191,15 @@ plugins:
- mkdocs-jupyter - mkdocs-jupyter
- mkdocstrings: - mkdocstrings:
default_handler: python default_handler: python
options: handlers:
extensions: python:
- griffe_pydantic: options:
schema: true extensions:
preload_modules: - griffe_pydantic:
- docling schema: true
- docling_core preload_modules:
- docling
- docling_core
extra_css: extra_css:
- stylesheets/extra.css - stylesheets/extra.css