diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-12 17:34:51 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-12 17:34:51 +0100 |
commit | 2852e852c073c8d91ea0a2ad704e1039bd3a8e88 (patch) | |
tree | a97d3c9ce13a4f93edc73d233aa79307930a512d | |
parent | 23772ad0274a7988e9791b1eb2c322a7a70bce22 (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 290a8cd..786808d 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. |