mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#10384 - Add comment on ImageMagick requirement
This commit is contained in:
@@ -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.
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user