[Doc] Try RSVG
This commit is contained in:
parent
3c1a538f7a
commit
b71966363b
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue