mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
use non random numbers in CHANGES
This commit is contained in:
parent
d0b5a06dc8
commit
01cf8b1fda
@ -27,6 +27,7 @@ Contributors
|
||||
* Andi Albrecht -- agogo theme
|
||||
* Antonio Valentino -- qthelp builder, docstring inheritance
|
||||
* Antti Kaihola -- doctest extension (skipif option)
|
||||
* Barak Katzir -- autodoc improvements
|
||||
* Barry Warsaw -- setup command improvements
|
||||
* Ben Egan -- Napoleon improvements & viewcode improvements
|
||||
* Benjamin Peterson -- unittests
|
||||
|
@ -33,7 +33,7 @@ Deprecated
|
||||
Features added
|
||||
--------------
|
||||
|
||||
* #13098: autodoc: overloaded function or method can now be customized in the
|
||||
* #10351, #10359: autodoc: overloaded function or method can now be customized in the
|
||||
'autodoc-before-process-signature' and 'autodoc-process-signature' events.
|
||||
Patch by Barak Katzir.
|
||||
* #13173: Add a new ``duplicate_declaration`` warning type,
|
||||
@ -118,8 +118,8 @@ Features added
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #13097: autodoc: :confval:`autodoc_type_aliases` is now supported by overload
|
||||
signatures of functions and methods.
|
||||
* #9813: autodoc: partial bugfix, :confval:`autodoc_type_aliases` is now supported
|
||||
by overload signatures of functions and methods.
|
||||
Patch by Barak Katzir.
|
||||
* #12463: autosummary: Respect an empty module ``__all__``.
|
||||
Patch by Valentin Pratz
|
||||
|
Loading…
Reference in New Issue
Block a user