summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2025-02-23 20:20:10 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2025-02-23 20:20:10 +0100
commit08f6b26e2ee729cd1fcd5956fdb000dbdffdea0a (patch)
tree385dcb538888dcdbddf5866c52c19a0eb1d0842a /source
parenta882539a2ffb0669bce2222e473f6aabac362c92 (diff)
Use rsvgconverter instead of inkscapeconverterHEADmaster
Diffstat (limited to 'source')
-rw-r--r--source/conf.py3
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',
]