commit 72f80d08eb707beee2c1e682b7b8f5ee5539f89a
parent c9e70ec5a8624b94a7064ce7f7d1bd20965153ab
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Sun, 3 Nov 2024 13:51:55 +0100
use embeded images for math output
Diffstat:
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/conf.py b/conf.py
@@ -47,7 +47,7 @@ sys.path.append(os.path.abspath("_exts"))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = "2.2.0"
+needs_sphinx = "5.2.0"
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -62,7 +62,7 @@ extensions = [
"sphinx.ext.graphviz",
]
-imgmath_image_format = 'svg'
+imgmath_embed = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
@@ -14,8 +14,6 @@ RUN apt-get update -yqq && \
texlive-latex-extra \
texlive-fonts-recommended \
tex-gyre \
- dvipng \
- dvisvgm \
latexmk \
&& rm -rf /var/lib/apt/lists/*