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

Incorrect rename of extra `type-comments`

Open fmigneault opened this issue 3 years ago • 0 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'
[...]

fmigneault avatar Oct 06 '22 17:10 fmigneault