mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix call.
This commit is contained in:
parent
db8189083d
commit
c48b67d3c9
@ -128,9 +128,9 @@ def texinfo_visit_math(self, node):
|
||||
raise nodes.SkipNode
|
||||
|
||||
def texinfo_visit_displaymath(self, node):
|
||||
self.visit_paragraph(self, node)
|
||||
self.visit_paragraph(node)
|
||||
def texinfo_depart_displaymath(self, node):
|
||||
self.depart_paragraph(self, node)
|
||||
self.depart_paragraph(node)
|
||||
|
||||
def texinfo_visit_eqref(self, node):
|
||||
self.body.append(node['target'])
|
||||
|
Loading…
Reference in New Issue
Block a user