mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #7780: napoleon: multiple params declaration was wrongly recognized
So far, napoleon converts multiple paramaters declrarations to single paramaeter fields (`:param:` and `:type:`) unexpectedly. As a result, the output seems broken. This converts it to multiple parameter fields (a pair of field for each parameter declration) to build parameter successfully. Note: The conversion rule is available only when napoleon_use_params=True.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -80,6 +80,8 @@ Bugs fixed
|
||||
module has submodules
|
||||
* #4258: napoleon: decorated special methods are not shown
|
||||
* #7799: napoleon: parameters are not escaped for combined params in numpydoc
|
||||
* #7780: napoleon: multiple paramaters declaration in numpydoc was wrongly
|
||||
recognized when napoleon_use_params=True
|
||||
* #7715: LaTeX: ``numfig_secnum_depth > 1`` leads to wrong figure links
|
||||
* #7846: html theme: XML-invalid files were generated
|
||||
* #7894: gettext: Wrong source info is shown when using rst_epilog
|
||||
|
||||
Reference in New Issue
Block a user