sphinx-autoapi icon indicating copy to clipboard operation
sphinx-autoapi copied to clipboard

feat: Add warning for missing import

Open arwedus opened this issue 10 months ago • 0 comments

This warning is shown by sphinx build now when the "fullname" in the autoapi directive cannot be found in the imports, e.g. .. autoapiclass:: autoapi.mappers.python.objects.PythonPythonMapper give:

reading sources... [100%] reference/templates
WARNING: Failed to import class 'autoapi.mappers.python.objects.PythonPythonMapper' [autoapi.import]

Closes #419

arwedus avatar Apr 04 '24 11:04 arwedus