Fix #7628: imgconverter: runs imagemagick unnecessary

This commit is contained in:
Takeshi KOMIYA
2020-05-09 21:24:39 +09:00
parent ea81d56b30
commit d24ff1ad32
2 changed files with 5 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ Bugs fixed
* #7536: sphinx-autogen: crashes when template uses i18n feature
* #2785: html: Bad alignment of equation links
* #7581: napoleon: bad parsing of inline code in attribute docstrings
* #7628: imgconverter: runs imagemagick once unnecessary for builders not
supporting images
* #7610: incorrectly renders consecutive backslashes for docutils-0.16
Testing