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

Fix #7650: autodoc: undecorated signature is shown for decorated functions #7651

Merged
merged 2 commits into from May 16, 2020

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented May 10, 2020

@tk0miya tk0miya added this to the 3.1.0 milestone May 10, 2020
@tk0miya tk0miya force-pushed the 7650_undecorated_signature branch 3 times, most recently from 8a19664 to 570da84 Compare May 10, 2020 15:41
@tk0miya tk0miya force-pushed the 7650_undecorated_signature branch from 570da84 to 3a81ffa Compare May 10, 2020 16:11
@tk0miya tk0miya merged commit 5ae622d into sphinx-doc:3.x May 16, 2020
@tk0miya tk0miya deleted the 7650_undecorated_signature branch May 16, 2020 06:15
tk0miya added a commit to tk0miya/sphinx that referenced this pull request Nov 3, 2020
…orrect

In sphinx-doc#7651, autodoc stops to undecorate the functions on getting the
signature from the callables.  But some kinds of decorators conceals
the correct signature because they pass through their arguments via
`(*args, **kwargs)`.

This restarts to undecorate the functions again as before sphinx-doc#7651.
tk0miya added a commit to tk0miya/sphinx that referenced this pull request Nov 4, 2020
…orrect

In sphinx-doc#7651, autodoc stops to undecorate the functions on getting the
signature from the callables.  But some kinds of decorators conceals
the correct signature because they pass through their arguments via
`(*args, **kwargs)`.

This restarts to undecorate the functions again as before sphinx-doc#7651.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant