fix #3641: Fix epub style to adopt html5 experimental writer

This commit is contained in:
Yoshiki Shibukawa
2017-04-19 21:26:23 +09:00
parent ac6a74ad89
commit b0f395ad37
2 changed files with 126 additions and 1 deletions

View File

@@ -111,6 +111,7 @@ Features added
Thanks to Robin Jarry.
* #3449: On py3, autodoc use inspect.signature for more accurate signature
calculation. Thanks to Nathaniel J. Smith.
* #3641: Epub theme supports HTML structures that are generated by HTML5 writer.
Bugs fixed
----------