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 fd4afbe commit a2209d3Copy full SHA for a2209d3
src/conf.py
@@ -142,6 +142,11 @@
142
('py:class', 'SubFuncContext'),
143
('py:exc', 'ISO8601SyntaxError'),
144
('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+')
150
]
151
152
# List of patterns, relative to source directory, that match files and
@@ -164,11 +169,6 @@
164
169
'https?://matrix.to/.*#.*',
165
170
166
171
167
-nitpick_ignore_regex = [
168
- # intersphinx has trouble with pyzmq classes:
- ('py:class', r'zmq\.asyncio\.\w+')
-]
-
172
# -- Options for Slides output ----------------------------------------------
173
174
slide_theme = 'single-level'
0 commit comments