mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
[texinfo] Change formatting of transitions.
This commit is contained in:
@@ -1053,7 +1053,7 @@ class TexinfoTranslator(nodes.NodeVisitor):
|
||||
pass
|
||||
|
||||
def visit_transition(self, node):
|
||||
self.body.append('\n\n@exdent @w{ %s}\n\n' % ('* ' * 30))
|
||||
self.body.append('\n\n%s\n\n' % ('_' * 66))
|
||||
def depart_transition(self, node):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user