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

Skip to content

Commit e4dbfb5

Browse files
authored
Merge pull request matplotlib#15034 from tacaswell/doc_fix_nitpick
DOC: fix nitpick
2 parents fe7fa10 + 5eef767 commit e4dbfb5

File tree

4 files changed

+390
-33
lines changed

4 files changed

+390
-33
lines changed

doc/conf.py

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

103103
nitpicky = True
104+
# change this to True to update the allowed failures
105+
missing_references_write_json = False
104106

105107
intersphinx_mapping = {
106108
'python': ('https://docs.python.org/3', None),

0 commit comments

Comments
 (0)