sphinx-contrib / napoleon

Other
149 stars 48 forks source link

>1 inline literals on 1 line causes description to disappear #27

Closed hmellor closed 4 years ago

hmellor commented 4 years ago

Problem

Having multiple inline literals on the same line causes the description to not be included when building to HTML.

Example

Using the google template as an example.

Args:
    argument (``int``, optional): Placeholder argument. Defaults to ``4``.

Appears like this in HTML:

hmellor commented 4 years ago

Closing because it was fixed on then main Sphinx repo here