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 7b1f122 commit f1a6101
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 @@ -36,6 +36,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 f1a6101

Please sign in to comment.