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?
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: