We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bb47c commit 7eab8ecCopy full SHA for 7eab8ec
doc/sphinxext/custom_references_resolver.py
@@ -90,8 +90,6 @@ def resolve_anyref(self, refdoc, node, contnode):
90
result = ('%s:%s' % (domain.name, role), res)
91
return self.create_node(result)
92
93
- self.warn_missing_reference(refdoc, 'any', target, node, domain)
94
-
95
# no results considered to be <code>
96
contnode['classes'] = []
97
return contnode
0 commit comments