sphinx-autodoc-typehints
sphinx-autodoc-typehints copied to clipboard
Incorrect rename of extra `type-comments`
The change introduced in https://github.com/tox-dev/sphinx-autodoc-typehints/commit/ccc75d244d0f4452048f80fc73e39a34a4eefc00 renamed the extra type-comments to type-comment (no s), causing mismatched warnings when installing with pip:
pip install "sphinx-autodoc-typehints[type_comments]<1.19" # OK
pip install "sphinx-autodoc-typehints[type_comments]>=1.19"
[...]
WARNING: sphinx-autodoc-typehints 1.19.4 does not provide the extra 'type_comments'
[...]