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 #8105: autodoc: the signature of decorated class is incorrect #8362

Merged
merged 2 commits into from Nov 8, 2020

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Nov 3, 2020

Feature or Bugfix

  • Bugfix

Purpose

…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 tk0miya force-pushed the 8105_incorrect_class_constructor branch from 8c407af to 6d05b1a Compare November 4, 2020 16:57
@tk0miya tk0miya merged commit 3a37919 into sphinx-doc:3.x Nov 8, 2020
@tk0miya tk0miya deleted the 8105_incorrect_class_constructor branch November 8, 2020 03:53
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 21, 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