You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: