I was trying to use auto-summary through sphinx in python I have one file named widgets.py in which I'm importing all the widgets I created using QT.
The issue is that I'm getting below error.
/{}/{}/{}/{}/{}/{}/{}/{}/{}/{}/sphinx/src/reference.rst:7: WARNING: failed to import widgets
but widgets.py is present there
but if I comment out the Qt imports it will start working.