summaryrefslogtreecommitdiff
path: root/sphinx/ext/imgconverter.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-1/+1
* Fix #7477: imgconverter: Invoke "magick convert" command on WindowsTakeshi KOMIYA2020-04-151-2/+12
* put comma between sentencesRafael Fontenelle2020-03-081-2/+2
* Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverterModelmat2020-01-081-0/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.ext.imgconverterTakeshi KOMIYA2019-07-011-11/+6
* Merge branch '1.8'Takeshi KOMIYA2019-02-171-3/+3
|\
| * Fix #6019: imgconverter: Including multipage PDF failsTakeshi KOMIYA2019-02-141-3/+3
* | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-27/+12
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-8/+3
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne2018-12-151-4/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Merge branch '1.7'Takeshi KOMIYA2018-04-091-6/+19
|\
| * Fix error handling on imgconverterTakeshi KOMIYA2018-04-031-3/+5
| * Fix #4789: imgconverter: confused by convert.exe of WindowsTakeshi KOMIYA2018-03-311-5/+16
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Fix #2852: imgconverter: Support to convert GIF to PNGTakeshi KOMIYA2018-02-031-0/+5
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-7/+7
* Add debug logTakeshi KOMIYA2017-04-231-2/+4
* Fix mypy violationsTakeshi KOMIYA2017-04-221-1/+1
* Add image_converter_args confvalTakeshi KOMIYA2017-04-221-2/+5
* Add sphinx.ext.imgconverterTakeshi KOMIYA2017-04-221-0/+88