[Doc] Try RSVG

This commit is contained in:
tangxifan 2021-02-07 18:16:33 -07:00
parent 3c1a538f7a
commit b71966363b
1 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ import sphinx_rtd_theme
import sphinxcontrib.bibtex
# For embedded youtube
import sphinxcontrib.yt
# For converting SVG to PNG using inkscape
import sphinxcontrib.inkscapeconverter
# For converting SVG to PNG using rsvg
import sphinxcontrib.rsvgconverter
# -- Project information -----------------------------------------------------
@ -58,7 +58,7 @@ extensions = [
'sphinxcontrib.bibtex',
'sphinx.ext.autosectionlabel',
'sphinxcontrib.yt',
'sphinxcontrib.inkscapeconverter',
'sphinxcontrib.rsvgconverter',
]
# Add any paths that contain templates here, relative to this directory.