1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-16 08:12:53 +08:00

Use rsvg instead of inkscape for SVG conversion

This commit is contained in:
Alex Forencich 2022-03-14 00:47:27 -07:00
parent f379d4225c
commit 4fc7e0b9d8

View File

@ -31,7 +31,7 @@ copyright = f'2019-{datetime.datetime.now().year}, {author}'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinxcontrib.inkscapeconverter",
"sphinxcontrib.rsvgconverter",
]
# Add any paths that contain templates here, relative to this directory.