mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #9185
This commit is contained in:
parent
c341807991
commit
96dbe5e354
3
CHANGES
3
CHANGES
@ -25,6 +25,8 @@ Features added
|
|||||||
``foo.bar.BazClass``
|
``foo.bar.BazClass``
|
||||||
* #9175: autodoc: Special member is not documented in the module
|
* #9175: autodoc: Special member is not documented in the module
|
||||||
* #9195: autodoc: The arguments of ``typing.Literal`` are wrongly rendered
|
* #9195: autodoc: The arguments of ``typing.Literal`` are wrongly rendered
|
||||||
|
* #9185: autodoc: :confval:`autodoc_typehints` allows ``'both'`` setting to
|
||||||
|
allow typehints to be included both in the signature and description
|
||||||
* #3257: autosummary: Support instance attributes for classes
|
* #3257: autosummary: Support instance attributes for classes
|
||||||
* #9129: html search: Show search summaries when html_copy_source = False
|
* #9129: html search: Show search summaries when html_copy_source = False
|
||||||
* #9120: html theme: Eliminate prompt characters of code-block from copyable
|
* #9120: html theme: Eliminate prompt characters of code-block from copyable
|
||||||
@ -42,6 +44,7 @@ Bugs fixed
|
|||||||
* #8872: autodoc: stacked singledispatches are wrongly rendered
|
* #8872: autodoc: stacked singledispatches are wrongly rendered
|
||||||
* #8597: autodoc: a docsting having metadata only should be treated as
|
* #8597: autodoc: a docsting having metadata only should be treated as
|
||||||
undocumented
|
undocumented
|
||||||
|
* #9185: autodoc: typehints for overloaded functions and methods are inaccurate
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user