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 #8372: autodoc: autoclass directive became slower than Sphinx-3.2 #8387

Merged
merged 1 commit into from Nov 9, 2020

Conversation

tk0miya
Copy link
Member

@tk0miya tk0miya commented Nov 8, 2020

Feature or Bugfix

  • Bugfix

Purpose

  • The result of ModuleAnalyzer.parse() is not cached
  • autodoc tries to search overloaded constructor methods to the root
    class even if a definition found

…Sphinx-3.2

* The result of ModuleAnalyzer.parse() is not cached
* autodoc tries to search overloaded constructor methods to the root
  class even if a definition found
@tk0miya tk0miya merged commit 0be0cd6 into sphinx-doc:3.3.x Nov 9, 2020
@tk0miya tk0miya deleted the 8372_slow_autoclass branch November 9, 2020 15:30
@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