8000 Merge pull request #14768 from alexrudy/enable-nitpicky · matplotlib/matplotlib@4c8aadc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c8aadc

Browse files
authored
Merge pull request #14768 from alexrudy/enable-nitpicky
DOC: Enable nitpicky
2 parents bab4f4b + 8f37c92 commit 4c8aadc

File tree

3 files changed

+5663
-0
lines changed

3 files changed

+5663
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'sphinxext.custom_roles',
4646
'sphinxext.github',
4747
'sphinxext.math_symbol_table',
48+
'sphinxext.missing_references',
4849
'sphinxext.mock_gui_toolkits',
4950
'sphinxext.skip_deprecated',
5051
'sphinx_copybutton',
@@ -99,6 +100,8 @@ def _check_dependencies():
99100
else:
100101
autodoc_default_options = {'members': None, 'undoc-members': None}
101102

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

0 commit comments

Comments
 (0)
0