We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b772f commit aae4607Copy full SHA for aae4607
src/qmxgraph/__init__.py
@@ -1,7 +1,6 @@
1
# This import is placed on the qmxgraph's `__init__` module to make it
2
# less likely users to stumble into the "ImportError: QtWebEngineWidgets
3
# must be imported before a QCoreApplication instance is created" error.
4
-
5
# Some ugliness to successfully build the doc on ReadTheDocs...
6
on_rtd = os.environ.get('READTHEDOCS') == 'True'
7
if not on_rtd:
0 commit comments