You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`setup()` calls `app.setup_extension('sphinx.ext.autosummary')` so that
end users who add numpydoc to their extension list don't need to declare
a dependency on autosummary, but we may just as well move the call to
setup_extension even earlier, which also removes the need to declare a
dependency on autodoc (as autosummary will initialize it).
Otherwise, users need to be careful to have autodoc *before* numpydoc
in their extension list; without that they get an "Unknown event name:
autodoc-process-docstring" error.
0 commit comments