Skip to content

Incorrect rename of extra type-comments #263

@fmigneault

Description

@fmigneault

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'
[...]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions