Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cef781

Browse filesBrowse files
committed
Enable nitpicky mode
Clean up conf.py
1 parent ef7fd03 commit 8cef781
Copy full SHA for 8cef781

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.