Skip to content

Commit

Permalink
Added a resolve_any_xref() method to DataTemplateDomain (#82)
Browse files Browse the repository at this point in the history
Added a resolve_any_xref() method to DataTemplateDomain
  • Loading branch information
ManuelRacle committed Jul 14, 2021
1 parent ee6057b commit 96bbdeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sphinxcontrib/datatemplates/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ def resolve_xref(self, env, fromdocname, builder, typ, target, node,
contnode):
return None

def resolve_any_xref(self, env, fromdocname, builder, target, node,
contnode):
return []

def merge_domaindata(self, docnames, otherdata):
pass

0 comments on commit 96bbdeb

Please sign in to comment.