numpydoc
numpydoc copied to clipboard
Rendered html has unwanted italics.
The docstrings are italicized at readthedocs, https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
You mean strings in codeblocks are displayed with italics? This comes from pygments.css (.highlight .sd). What's wrong with it?
Or are you talking about something else?
For example the docstring that begins """This is the form...""". That is not how the doctrings are supposed look, is not how the rst is rendered, and is really annoying to read.