Qt.py icon indicating copy to clipboard operation
Qt.py copied to clipboard

from Qt import Widgets Crashing Sphinx autodoc

Open mangopipeline opened this issue 6 years ago • 1 comments

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:

mangopipeline avatar Feb 28 '19 19:02 mangopipeline

hmmm i think this is a sphinx issue with PySide2

mangopipeline avatar Feb 28 '19 19:02 mangopipeline