mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for attributes of Enum class correctly.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -14,6 +14,8 @@ Bugs fixed
|
||||
* #3253: In Py2 environment, building another locale with a non-captioned
|
||||
toctree produces ``None`` captions
|
||||
* #185: References to section title including raw node has broken
|
||||
* #3255: In Py3.4 environment, autodoc doesn't support documentation for
|
||||
attributes of Enum class correctly.
|
||||
|
||||
Release 1.5.1 (released Dec 13, 2016)
|
||||
=====================================
|
||||
|
||||
Reference in New Issue
Block a user