Closed
Description
It appears that numpydoc has a hard dependency on sphinx.ext.autosummary being active (it inserts some .. autosummary::
directives). This is fine, but perhaps numpydoc.setup
should just call sphinx.ext.autosummary.setup
in that case? (in the sense that I don't see much of a point in erroring out instead, which is the current behavior if sphinx.ext.autosummary is not listed in conf.py)
Metadata
Metadata
Assignees
Labels
No labels