Skip to content

Commit 9e6764c

Browse files
committed
DOC: enable "nitpicky"
1 parent 8403e2f commit 9e6764c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
'sounddevice': ('https://python-sounddevice.readthedocs.io/', None),
2929
}
3030

31+
nitpicky = True
32+
nitpick_ignore = [
33+
('py:class', 'optional'),
34+
('py:class', 'buffer'),
35+
('py:class', 'CData pointer'),
36+
]
37+
3138
try:
3239
release = check_output(['git', 'describe', '--tags', '--always'])
3340
release = release.decode().strip()

0 commit comments

Comments
 (0)