Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a2be5f

Browse filesBrowse files
timhoffmtacaswell
authored andcommitted
Backport PR #17045: Fix missing-references.json.
Merge pull request #17045 from anntzer/docrefs Fix missing-references.json. Conflicts: doc/missing-references.json - fixed by fully regenerating
1 parent fd09e5c commit 6a2be5f
Copy full SHA for 6a2be5f

File tree

Expand file treeCollapse file tree

2 files changed

+191
-303
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+191
-303
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ def _check_dependencies():
103103
else:
104104
autodoc_default_options = {'members': None, 'undoc-members': None}
105105

106-
nitpicky = True
106+
# missing-references names matches sphinx>=3 behavior, so we can't be nitpicky
107+
# for older sphinxes.
108+
nitpicky = sphinx.version_info >= (3,)
107109
# change this to True to update the allowed failures
108110
missing_references_write_json = False
109111
missing_references_warn_unused_ignores = False

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.