mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix line length
This commit is contained in:
@@ -270,7 +270,8 @@ def render_dot_latex(self, node, code, options, prefix='graphviz'):
|
||||
para_separator = '\n'
|
||||
|
||||
if fname is not None:
|
||||
self.body.append('%s\\includegraphics{%s}%s' % (para_separator, fname, para_separator))
|
||||
self.body.append('%s\\includegraphics{%s}%s' % (para_separator, fname,
|
||||
para_separator))
|
||||
raise nodes.SkipNode
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user