sphinx-autodoc-typehints icon indicating copy to clipboard operation
sphinx-autodoc-typehints copied to clipboard

Formatting closing brackets

Open hoba87 opened this issue 1 year ago • 0 comments

When using e.g.

from typing import Dict, List

def test(d: Dict[str, List[str]]):
  pass

the documentation formats the type like that: Dict[str, List[str]], so in bold but not the closing brackets. A consistent format would be desirable.

hoba87 avatar Jan 23 '24 09:01 hoba87