Skip to content

Commit 723550b

Browse files
committed
Update nitpick ignores
1 parent c27c089 commit 723550b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,11 @@
6464
# Can't work out how to link this properley using intersphinx and the PyQT6 docs.
6565
# TODO: fix at some point
6666
nitpick_ignore = [
67-
("py:class", "PyQt6.QtWidgets.QWidget"),
6867
("py:class", "PyQt5.QtWidgets.QWidget"),
68+
("py:class", "PyQt5.QtCore.QObject"),
69+
("py:class", "PyQt5.QtGui.QPaintDevice"),
70+
("py:class", "sip.simplewrapper"),
71+
("py:class", "sip.wrapper"),
6972
]
7073

7174
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)