mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Handle substitution definition node.
This commit is contained in:
parent
a34cb429cc
commit
f86f8fde25
@ -808,6 +808,9 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
||||
def depart_description(self, node):
|
||||
pass
|
||||
|
||||
def visit_substitution_definition(self, node):
|
||||
raise nodes.SkipNode
|
||||
|
||||
# text handling
|
||||
|
||||
replacements = [
|
||||
|
Loading…
Reference in New Issue
Block a user