mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-11 22:28:31 +00:00
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:
@@ -191,6 +191,8 @@ plugins:
|
|||||||
- mkdocs-jupyter
|
- mkdocs-jupyter
|
||||||
- mkdocstrings:
|
- mkdocstrings:
|
||||||
default_handler: python
|
default_handler: python
|
||||||
|
handlers:
|
||||||
|
python:
|
||||||
options:
|
options:
|
||||||
extensions:
|
extensions:
|
||||||
- griffe_pydantic:
|
- griffe_pydantic:
|
||||||
|
|||||||
Reference in New Issue
Block a user