Added the ability to include drawio diagrams into the sphinx docs. (#107)

This commit is contained in:
2023-09-09 17:43:23 +02:00
parent 3fad05309f
commit 54dd574fb8
4 changed files with 12 additions and 1 deletions

View File

@ -44,6 +44,7 @@ extensions: Final[list[str]] = [
"IPython.sphinxext.ipython_console_highlighting",
"sphinxcontrib.mermaid",
"notfound.extension",
"sphinxcontrib.drawio",
]
# templates_path : Final[list[str]] = ["_templates"]

View File

@ -4,6 +4,11 @@ Transparenzregister Dokumentation
=================================
This is the documentation for the AKI project group on the german transparenzregister and an Analysis there of.
.. drawio-figure:: project_management/Arch.-Planning.drawio
:format: png
An example diagram
.. include:: ../README.md
:parser: myst_parser.sphinx_
.. include:: ../CONTRIBUTING.md