docs: add imgconverter

This commit is contained in:
James R. Barlow 2025-01-04 12:39:55 -08:00
parent 17eed0529a
commit d1fc77e1b6
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -40,6 +40,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.imgconverter', # PDF docs needs this for SVG to PNG conversion
'sphinx_issues',
]