From 5e6e397cd225953eb14595cd530758a65c5af1a7 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 12 Feb 2022 18:32:10 +0100 Subject: Enable the inkscapeconverter extension --- source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/conf.py b/source/conf.py index 24b5f40..b023889 100644 --- a/source/conf.py +++ b/source/conf.py @@ -30,6 +30,7 @@ master_doc = 'index' # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + 'sphinxcontrib.inkscapeconverter', ] # Add any paths that contain templates here, relative to this directory. -- cgit v1.2.3