From 00122828464fc6b0b81833a75f7d42c0a058fa53 Mon Sep 17 00:00:00 2001 From: David Waroquiers Date: Fri, 29 Mar 2024 19:45:00 +0100 Subject: [PATCH] Fixed task document. Switch from png to svg for er diagrams for pydantic models. --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index c4837a7..c83d59e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -159,3 +159,5 @@ autodoc_pydantic_model_erdantic_figure = True except ImportError: autodoc_pydantic_model_erdantic_figure = False + +graphviz_output_format = "svg"