Merge branch 'stable'

This commit is contained in:
Georg Brandl 2015-01-15 08:28:02 +01:00
commit 2f285f5b68

View File

@ -230,6 +230,7 @@ Bugs fixed
* #1585: Autosummary of modules broken in Sphinx-1.2.3.
* #1610: Sphinx cause AttributeError when MeCab search option is enabled and
python-mecab is not installed.
* #1674: Do not crash if a module's ``__all__`` is not a list of strings.
Documentation
-------------