diff options
Diffstat (limited to 'source/conf.py')
-rw-r--r-- | source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py index 96ccd7d..dcaecf5 100644 --- a/source/conf.py +++ b/source/conf.py @@ -14,7 +14,8 @@ author = 'Elena “of Valhalla”' # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = [ - 'sphinxcontrib.inkscapeconverter', + #'sphinxcontrib.inkscapeconverter', + 'sphinxcontrib.rsvgconverter', 'sphinxcontrib.bibtex', ] |