sphinx-autodoc-typehints
sphinx-autodoc-typehints copied to clipboard
Formatting closing brackets
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.