* Fix: autosummary does not create the description from attributes docstring. Closes #1444

This commit is contained in:
Takayuki Shimizukawa
2014-04-11 23:38:37 +09:00
parent c24cfbaed1
commit 8f69e25c85
4 changed files with 89 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Bugs fixed
from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
* #1363: Fix i18n: missing python domain's cross-references with currentmodule
directive or currentclass directive.
* #1444: autosummary does not create the description from attributes docstring.
Release 1.2.2 (released Mar 2, 2014)
====================================