Skip to content

Commit e9dadf8

Browse files
committed
Fix build warning
1 parent 9a13f20 commit e9dadf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
nitpick_ignore_regex = [
168168
# intersphinx has trouble with pyzmq classes:
169-
('py:class', 'zmq\.asyncio\.\w+')
169+
('py:class', r'zmq\.asyncio\.\w+')
170170
]
171171

172172
# -- Options for Slides output ----------------------------------------------

0 commit comments

Comments
 (0)