Fix #3214: Allow to suppress "unknown mimetype" warnings from epub builder

This commit is contained in:
Takeshi KOMIYA
2016-12-11 00:42:57 +09:00
parent bd06ec2d9e
commit 6d900c34f1
3 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Release 1.5.1 (in development)
==============================
Features added
--------------
* #3214: Allow to suppress "unknown mimetype" warnings from epub builder using
:confval:`suppress_warnings`.
Bugs fixed
----------