mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #4881 from tk0miya/fix_docstring
doc: Remove meaningless spaces
This commit is contained in:
commit
fd11824be7
@ -175,7 +175,7 @@ class ImageConverter(BaseImageConverter):
|
|||||||
PNG and JPEG as image formats. However it does not support SVG images.
|
PNG and JPEG as image formats. However it does not support SVG images.
|
||||||
For such case, to use image converters allows to embed these
|
For such case, to use image converters allows to embed these
|
||||||
unsupported images into the document. One of image converters;
|
unsupported images into the document. One of image converters;
|
||||||
:ref:`sphinx.ext. imgconverter <sphinx.ext.imgconverter>` can convert
|
:ref:`sphinx.ext.imgconverter <sphinx.ext.imgconverter>` can convert
|
||||||
a SVG image to PNG format using Imagemagick internally.
|
a SVG image to PNG format using Imagemagick internally.
|
||||||
|
|
||||||
There are three steps to make your custom image converter:
|
There are three steps to make your custom image converter:
|
||||||
|
Loading…
Reference in New Issue
Block a user