Skip to content

Commit 7bd964d

Browse files
Merge pull request #801 from cylc/8.4.x-sync
🤖 Merge 8.4.x-sync into master
2 parents e1ae078 + e3ac044 commit 7bd964d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
}
135135

136136
nitpick_ignore = [
137+
# external deps we don't cross-link to
138+
('py:class', 'zmq.auth.thread.ThreadAuthenticator'),
137139
# This class appears in documented type-hints but is not documented in the
138140
# Python docs so fails build.
139141
('py:class', 're.Pattern'),

0 commit comments

Comments
 (0)