PyQt 4 import in read-the-docs
问题 I am currently in the process of getting the documentation of my code online via read-the-docs, however, getting read-the-docs to process my PyQt4 dependent modules seems problematic. My project has the following structure: pkg pkg/__init__.py pkg/modules/ pkg/modules/__init__.py pkg/modules/somemodules.py pkg/gui/__init__.py pkg/gui/someGUImodules.py I am using sphinx-autodoc to build a html representation of the docstring of the different modules. On my local machine everything works fine,