Skip to content

Commit a2209d3

Browse files
committed
Update nitpick ignore
1 parent fd4afbe commit a2209d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
('py:class', 'SubFuncContext'),
143143
('py:exc', 'ISO8601SyntaxError'),
144144
('py:exc', 'StrftimeSyntaxError'),
145+
('py:class', 'ResponseDict'),
146+
]
147+
nitpick_ignore_regex = [
148+
# intersphinx has trouble with pyzmq classes:
149+
('py:class', r'zmq\.asyncio\.\w+')
145150
]
146151

147152
# List of patterns, relative to source directory, that match files and
@@ -164,11 +169,6 @@
164169
'https?://matrix.to/.*#.*',
165170
]
166171

167-
nitpick_ignore_regex = [
168-
# intersphinx has trouble with pyzmq classes:
169-
('py:class', r'zmq\.asyncio\.\w+')
170-
]
171-
172172
# -- Options for Slides output ----------------------------------------------
173173

174174
slide_theme = 'single-level'

0 commit comments

Comments
 (0)