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:
16
mkdocs.yml
16
mkdocs.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user