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 c27c089 commit 723550bCopy full SHA for 723550b
docs/conf.py
@@ -64,8 +64,11 @@
64
# Can't work out how to link this properley using intersphinx and the PyQT6 docs.
65
# TODO: fix at some point
66
nitpick_ignore = [
67
- ("py:class", "PyQt6.QtWidgets.QWidget"),
68
("py:class", "PyQt5.QtWidgets.QWidget"),
+ ("py:class", "PyQt5.QtCore.QObject"),
69
+ ("py:class", "PyQt5.QtGui.QPaintDevice"),
70
+ ("py:class", "sip.simplewrapper"),
71
+ ("py:class", "sip.wrapper"),
72
]
73
74
# Add any paths that contain templates here, relative to this directory.
0 commit comments