Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00fd561

Browse files
committed
Fix latex doc build.
svn path=/trunk/matplotlib/; revision=5962
1 parent cfadd36 commit 00fd561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sphinxext/inheritance_diagram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def latex_output_graph(self, node):
346346
parts = node['parts']
347347

348348
graph_hash = get_graph_hash(node)
349-
name = "inheritance%s"
349+
name = "inheritance%s" % graph_hash
350350
pdf_path = os.path.join('_static', name + ".pdf")
351351

352352
graph.run_dot(['-Tpdf', '-o%s' % pdf_path],

0 commit comments

Comments
 (0)