(self, refname, link)
| 217 | self.doc.do_translation = True |
| 218 | |
| 219 | def link_target_definition(self, refname, link): |
| 220 | self.doc.writeln(f'.. _{refname}: {link}') |
| 221 | |
| 222 | def sphinx_reference_label(self, label, text=None): |
| 223 | if text is None: |
no test coverage detected