8000 Enable nitpicky mode · melissawm/napari-matplotlib@8cef781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cef781

Browse files
committed
Enable nitpicky mode
Clean up conf.py
1 parent ef7fd03 commit 8cef781

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,14 @@
6060
"napari": ("https://napari.org/", None),
6161
"numpy": ("https://numpy.org/doc/stable/", None),
6262
"matplotlib": ("https://matplotlib.org/", None),
63+
"PyQT6": ("https://www.riverbankcomputing.com/static/Docs/PyQt6/", None),
6364
}
6465

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+
6571
# Add any paths that contain templates here, relative to this directory.
6672
templates_path = ["_templates"]
6773

0 commit comments

Comments
 (0)
0