Closes #1062: sphinx.ext.autodoc use __init__ method signature for class signature.

This commit is contained in:
Takayuki Shimizukawa
2013-02-03 20:27:34 +09:00
parent 4d4dad3610
commit e70a43a9c5
3 changed files with 28 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
Release 1.2 (in development)
============================
* #1062: sphinx.ext.autodoc use __init__ method signature for class signature.
* PR#111: Respect add_autodoc_attrgetter() even when inherited-members is set.
Thanks to A. Jesse Jiryu Davis.