Skip to content
New issue

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

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

Already on GitHub? # 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 force-pushed the 8372_slow_autoclass branch from e0a290b to e3eec9f Compare November 8, 2020 14:23
@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
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant