You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change introduced in ccc75d2 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'
[...]
The text was updated successfully, but these errors were encountered:
The change introduced in ccc75d2 renamed the extra
type-comments
totype-comment
(nos
), causing mismatched warnings when installing with pip:The text was updated successfully, but these errors were encountered: