commit f9911cbcfa66940610bf35a3f82db600f9ff9b9d
parent 4cb8a33f529d8037edc990dc9bf4052c684de160
Author: Nick Econopouly <wry@mm.st>
Date: Fri, 19 Feb 2021 16:08:50 -0500
Enable svg conversion so we can get pdfs later
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf.py b/conf.py
@@ -27,7 +27,7 @@ author = 'SFL Employees and Contributors'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
-extensions = ['recommonmark']
+extensions = ['recommonmark', 'sphinx.ext.imgconverter']
source_suffix = {
'.rst': 'restructuredtext',