Qt.py
Qt.py copied to clipboard
from Qt import Widgets Crashing Sphinx autodoc
i'm having a strange issue where importing a method from a lib that had a "from Qt import QtWidgets " line, crashes sphinx with out error.... my rst file was the following auto module settings...
if i comment that line out i can effectively run sphinx... has anyone had this issue before?
.. automodule:: :members: :inherited-members: :show-inheritance:
hmmm i think this is a sphinx issue with PySide2