mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
920 stars 253 forks source link

from Qt import Widgets Crashing Sphinx autodoc #314

Open mangopipeline opened 5 years ago

mangopipeline commented 5 years ago

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 commented 5 years ago

hmmm i think this is a sphinx issue with PySide2