Skip to content

Commit

Permalink
[sphinx] implement method DoxyrestDomain.merge_domaindata (as to avoi…
Browse files Browse the repository at this point in the history
…d errors on Sphinx parallel builds)
  • Loading branch information
vovkos committed Jan 5, 2021
1 parent e8be03d commit a02715e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx/doxyrest.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ class DoxyrestDomain(Domain):
name = 'doxyrest'
label = 'Doxyrest'

def merge_domaindata(self, docnames, otherdata):
pass # as to avoid errors on parallel builds

def resolve_any_xref(self, env, fromdocname, builder, target, node, contnode):
cref_target = get_cref_target(target)
if not cref_target:
Expand Down

0 comments on commit a02715e

Please sign in to comment.