Merge pull request #4881 from tk0miya/fix_docstring

doc: Remove meaningless spaces
This commit is contained in:
Takeshi KOMIYA 2018-04-22 18:32:46 +09:00 committed by GitHub
commit fd11824be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ class ImageConverter(BaseImageConverter):
PNG and JPEG as image formats. However it does not support SVG images.
For such case, to use image converters allows to embed these
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.
There are three steps to make your custom image converter: