mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-11 14:18:30 +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:
16
mkdocs.yml
16
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
|
||||
|
||||
Reference in New Issue
Block a user