Closed
Description
The command-line tool doc/summarize.py
does not currently work:
Traceback (most recent call last):
File "doc/summarize.py", line 16, in <module>
from sphinxext.phantom_import import import_phantom_module
ModuleNotFoundError: No module named 'sphinxext.phantom_import'
the tool depends on sphinxext.phantom_import
which was part of numpy/doc/sphinxext/
back in numpy 1.7.x, but has since moved on. Either this tool should be revised to work again, or considered to be removed.