diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-12 18:32:10 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-12 18:32:10 +0100 |
commit | 5e6e397cd225953eb14595cd530758a65c5af1a7 (patch) | |
tree | 7504cb042e732353b46ec0e9f119bc56ec7a3340 | |
parent | 91870d5ae0b9c8cc743e901931bef275c48ce074 (diff) |
Enable the inkscapeconverter extension
-rw-r--r-- | source/conf.py | 1 |
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. |