Skip to content

BUG: numpydoc + autosumarry broken #5959

Closed
@larsoner

Description

@larsoner

#4611 broke rendering for me of a numpydoc + autosummary html build where the input is like:

...
    Parameters
    ----------
    data : array, shape (n_chan,)
        The data values to plot.
...

Which numpydoc turns into something like:

...
:Parameters:

    **data** : array, shape (n_chan,)
        The data values to plot.
...

On the commit in master before this (b04bfcf) I get the correct output with : between items:

screenshot from 2019-01-15 15-03-42

On master after this PR (on commit 7459d87) the colon is gone (<span> missing in output):

screenshot from 2019-01-15 14-57-04

I'm not sure how to fix this because I'm out of my depth, though :(

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions