Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect rename of extra type-comments #263

Open
fmigneault opened this issue Oct 6, 2022 · 0 comments
Open

Incorrect rename of extra type-comments #263

fmigneault opened this issue Oct 6, 2022 · 0 comments

Comments

@fmigneault
Copy link

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'
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants