Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from Qt import Widgets Crashing Sphinx autodoc #314

Open
mangopipeline opened this issue Feb 28, 2019 · 1 comment
Open

from Qt import Widgets Crashing Sphinx autodoc #314

mangopipeline opened this issue Feb 28, 2019 · 1 comment

Comments

@mangopipeline
Copy link

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
Copy link
Author

hmmm i think this is a sphinx issue with PySide2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant