#10384 - Add comment on ImageMagick requirement

This commit is contained in:
mxd4
2022-04-24 14:43:50 +02:00
parent 8c7a472d58
commit 930056479f
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ This extension converts images in your document to appropriate format for
builders. For example, it allows you to use SVG images with LaTeX builder. builders. For example, it allows you to use SVG images with LaTeX builder.
As a result, you don't mind what image format the builder supports. As a result, you don't mind what image format the builder supports.
Internally, this extension uses Imagemagick_ to convert images. Internally, this extension uses Imagemagick_ to convert images, you'll have to install it on your machine.
.. _Imagemagick: https://www.imagemagick.org/script/index.php .. _Imagemagick: https://www.imagemagick.org/script/index.php

View File

@@ -1,4 +1,6 @@
"""Test sphinx.ext.imgconverter extension.""" """Test sphinx.ext.imgconverter extension.
Requires ImageMagick to be installed, otherwise the conversion will be skipped and this test will fail.
"""
import os import os