Skip to content

Commit

Permalink
Fixed task document.
Browse files Browse the repository at this point in the history
Switch from png to svg for er diagrams for pydantic models.
  • Loading branch information
davidwaroquiers committed Mar 29, 2024
1 parent 017f62a commit 0012282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@
autodoc_pydantic_model_erdantic_figure = True
except ImportError:
autodoc_pydantic_model_erdantic_figure = False

graphviz_output_format = "svg"

0 comments on commit 0012282

Please sign in to comment.