From ff531008751bfde93accd26ca35a593be7666ff0 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Mon, 3 Jun 2024 10:07:27 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20try=20with=20CairoSVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yaml | 4 ---- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8b208dc..a977ea9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,10 +17,6 @@ build: then exit 183; fi - # Install imagemagick for image conversion - - asdf plugin add imagemagick - - asdf install imagemagick latest - - asdf global imagemagick latest # Set up uv and a virtual environment - asdf plugin add uv - asdf install uv latest diff --git a/docs/conf.py b/docs/conf.py index c1606d0..01893c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ "myst_nb", "sphinx.ext.intersphinx", "sphinxcontrib.bibtex", - "sphinxcontrib.inkscapeconverter", + "sphinxcontrib.cairosvgconverter", "sphinx_design", "sphinx_copybutton", "sphinxext.opengraph", diff --git a/docs/requirements.txt b/docs/requirements.txt index b683ab9..9d7f4a5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -15,5 +15,5 @@ sphinx>=5 sphinx-copybutton sphinx_design sphinxcontrib-bibtex>=2.4.2 -sphinxcontrib-svg2pdfconverter +sphinxcontrib-svg2pdfconverter[CairoSVG] sphinxext-opengraph