Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 528c47f

Browse files
committed
Enable nitpicky mode
1 parent dcbaff3 commit 528c47f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def _check_dependencies():
100100
else:
101101
autodoc_default_options = {'members': None, 'undoc-members': None}
102102

103+
nitpicky = True
104+
103105
intersphinx_mapping = {
104106
'python': ('https://docs.python.org/3', None),
105107
'numpy': ('https://docs.scipy.org/doc/numpy/', None),

0 commit comments

Comments
 (0)