summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-12 18:32:10 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-12 18:32:10 +0100
commit5e6e397cd225953eb14595cd530758a65c5af1a7 (patch)
tree7504cb042e732353b46ec0e9f119bc56ec7a3340
parent91870d5ae0b9c8cc743e901931bef275c48ce074 (diff)
Enable the inkscapeconverter extension
-rw-r--r--source/conf.py1
1 files changed, 1 insertions, 0 deletions
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.