This commit is contained in:
Takeshi KOMIYA 2021-02-04 22:33:00 +09:00
parent 572c9a403c
commit 50717a2cfd

View File

@ -39,7 +39,7 @@ Features added
* #8514: autodoc: Default values of overloaded functions are taken from actual * #8514: autodoc: Default values of overloaded functions are taken from actual
implementation if they're ellipsis implementation if they're ellipsis
* #8775: autodoc: Support type union operator (PEP-604) in Python 3.10 or above * #8775: autodoc: Support type union operator (PEP-604) in Python 3.10 or above
* #8297: autodoc: Allow to extend :confcal:`autodoc_default_options` via * #8297: autodoc: Allow to extend :confval:`autodoc_default_options` via
directive options directive options
* #8619: html: kbd role generates customizable HTML tags for compound keys * #8619: html: kbd role generates customizable HTML tags for compound keys
* #8634: html: Allow to change the order of JS/CSS via ``priority`` parameter * #8634: html: Allow to change the order of JS/CSS via ``priority`` parameter