8000
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 ef7fd03 commit 8cef781Copy full SHA for 8cef781
docs/conf.py
@@ -60,8 +60,14 @@
60
"napari": ("https://napari.org/", None),
61
"numpy": ("https://numpy.org/doc/stable/", None),
62
"matplotlib": ("https://matplotlib.org/", None),
63
+ "PyQT6": ("https://www.riverbankcomputing.com/static/Docs/PyQt6/", None),
64
}
65
66
+nitpicky = True
67
+# Can't work out how to link this properley using intersphinx and the PyQT6 docs.
68
+# TODO: fix at some point
69
+nitpick_ignore = [("py:class", "PyQt6.QtWidgets.QWidget")]
70
+
71
# Add any paths that contain templates here, relative to this directory.
72
templates_path = ["_templates"]
73
0 commit comments