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,6 +191,8 @@ plugins:
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
options:
extensions:
- griffe_pydantic: