mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[texinfo] Change formatting of transitions.
This commit is contained in:
parent
225b85365e
commit
c8d8f69b96
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user