Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@
"fieldlist",
)

# Allow GitHub-style fenced blocks like ```mermaid to be parsed as
# ``{mermaid}`` directives so diagrams render in Sphinx/RTD.
myst_fence_as_directive = [
"mermaid",
]

Comment on lines +112 to +117

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well found :)

Image

Renders perfectly now.


# -- Options for sphinxcontrib.mermaid
# https://pypi.org/project/sphinxcontrib-mermaid/
Expand Down
Loading
Loading