pytorch / pytorch_sphinx_theme

PyTorch Sphinx Theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API docs have formatting issues

svekars opened this issue · comments

The API docs have the following formatting issue since we upgraded to the latest Sphinx:

Attributes of class or a function, such as Parameters, Args, Return values and so on are formatted in the same manner as methods and functions. For example:

Screenshot 2023-05-03 at 4 05 41 PM

Instead we want them to be in just bold font introducing a list:
Screenshot 2023-05-03 at 4 03 34 PM