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