Skip to content

Commit

Permalink
Add image converter sphinx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Jan 12, 2024
1 parent 68c9e5c commit d908e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon'
'sphinx.ext.napoleon',
'sphinx.ext.imgconverter',
]
myst_fence_as_directive = ["mermaid"]
# optional to use directive options
Expand Down

0 comments on commit d908e7e

Please sign in to comment.