From 4fc7e0b9d8e19a563cbf9bfc083f8e8d42c36072 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 14 Mar 2022 00:47:27 -0700 Subject: [PATCH] Use rsvg instead of inkscape for SVG conversion --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d95b79a1e..d00afd819 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.