diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2025-02-23 20:20:10 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2025-02-23 20:20:10 +0100 | 
| commit | 08f6b26e2ee729cd1fcd5956fdb000dbdffdea0a (patch) | |
| tree | 385dcb538888dcdbddf5866c52c19a0eb1d0842a | |
| parent | a882539a2ffb0669bce2222e473f6aabac362c92 (diff) | |
Use rsvgconverter instead of inkscapeconverter
| -rw-r--r-- | source/conf.py | 3 | 
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',  ] | 
