Skip to content

Commit

Permalink
Add Mermaid diagram extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 26, 2023
1 parent 81fc281 commit eb89947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
extensions = [
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinxcontrib.mermaid",
]

# Obtain intersphinx_mapping
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
sphinx_rtd_theme
sphinxcontrib-mermaid

0 comments on commit eb89947

Please sign in to comment.