Merge with 'stable'

This commit is contained in:
shimizukawa
2015-11-29 23:10:21 +09:00
8 changed files with 103 additions and 16 deletions

View File

@@ -85,6 +85,12 @@ Bugs fixed
the page content.
* #1884, #1885: plug-in html themes cannot inherit another plug-in theme. Thanks to
Suzumizaki.
* #1818: `sphinx.ext.todo` directive generates broken html class attribute as
'admonition-' when :confval:`language` is specified with non-ASCII linguistic area like
'ru' or 'ja'. To fix this, now ``todo`` directive can use ```:class:`` option.
* #2140: Fix footnotes in table has broken in LaTeX
* #2127: MecabBinder for html searching feature doesn't work with Python 3.
Thanks to Tomoko Uchida.
Documentation
-------------