Skip to content

Commit

Permalink
Add sphinx.ext.imgconverter extension to make SVGs build in LateX
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Oct 20, 2023
1 parent 8dcf6a1 commit 18ce690
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 @@ -56,7 +56,8 @@ def __getattr__(cls, name):
extensions = [
'sphinx.ext.githubpages',
'sphinx_mdinclude',
'sphinx.ext.autodoc'
'sphinx.ext.autodoc',
'sphinx.ext.imgconverter',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 18ce690

Please sign in to comment.