diff --git a/autoautosummary.py b/autoautosummary.py index 65f07294bda3..7dbb5e53b64a 100644 --- a/autoautosummary.py +++ b/autoautosummary.py @@ -16,7 +16,7 @@ from sphinx.util import logging from sphinx.util.inspect import isstaticmethod, safe_getattr -from process_links import OverloadedPythonMethodDocumenter +from documenters import OverloadedPythonMethodDocumenter # from sphinx.directives import directive logger = logging.getLogger(__name__)