Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.3k
Open
Milestone
Description
The next version of Sphinx contains a substantially rewritten (#13751) implementation of thesphinx.ext.autodoc extension.
This issue tracks regressions and missing features in the new implementation, with the view that we will eventually deprecate and remove the legacy class-based implementation.
To use the old (Sphinx 8.2 and earlier, class-based) implementation, setautodoc_use_legacy_class_based = True in yourconf.py.
Please add a comment on this issue if you need to enableautodoc_use_legacy_class_based = True, ideally with a link to your project/the code that interacts withsphinx.ext.autodoc.
A