diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-03-17 09:29:30 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-03-17 09:29:30 +0100 |
commit | fe917237ee8da66e5467ad6cd7433e9896b8ab90 (patch) | |
tree | a66cefd2e239cb3ea9391c1fa0e1f3524278d67f /source/conf.py | |
parent | a53f991cfe90b78c73cb762a0b0e1d67b050988a (diff) | |
parent | f7a369f5b8eeb0674a9a2fa978f73e328f80f46d (diff) |
Merge branch 'master' into dragonscale
Diffstat (limited to 'source/conf.py')
-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. |