Skip to content

Commit

Permalink
fix build error on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Mar 29, 2020
1 parent 209c763 commit 76c3ec7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class QToolButton(object):
pass

class QDialog(object):
pass
exec_ = None

class QTableWidget(object):
pass
Expand All @@ -53,6 +53,9 @@ class QDoubleSpinBox(object):
class QSpinBox(object):
pass

class QApplication(object):
exec_ = None

class QtCore(object):

class Qt(object):
Expand Down

0 comments on commit 76c3ec7

Please sign in to comment.