Skip to content

Commit

Permalink
⚗️ try with CairoSVG
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer committed Jun 3, 2024
1 parent 5d981d2 commit ff53100
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"myst_nb",
"sphinx.ext.intersphinx",
"sphinxcontrib.bibtex",
"sphinxcontrib.inkscapeconverter",
"sphinxcontrib.cairosvgconverter",
"sphinx_design",
"sphinx_copybutton",
"sphinxext.opengraph",
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sphinx>=5
sphinx-copybutton
sphinx_design
sphinxcontrib-bibtex>=2.4.2
sphinxcontrib-svg2pdfconverter
sphinxcontrib-svg2pdfconverter[CairoSVG]
sphinxext-opengraph

0 comments on commit ff53100

Please sign in to comment.