mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
remove not available urls argument from method call
This commit is contained in:
parent
ec82642530
commit
fcda449ce8
@ -344,7 +344,7 @@ def latex_visit_inheritance_diagram(self, node):
|
||||
graph_hash = get_graph_hash(node)
|
||||
name = 'inheritance%s' % graph_hash
|
||||
|
||||
dotcode = graph.generate_dot(name, parts, urls, env=self.builder.env,
|
||||
dotcode = graph.generate_dot(name, parts, env=self.builder.env,
|
||||
graph_attrs={'size': '"6.0,6.0"'})
|
||||
render_dot_latex(self, node, dotcode, [], 'inheritance')
|
||||
raise nodes.SkipNode
|
||||
|
Loading…
Reference in New Issue
Block a user