2008/8/4 Michael Droettboom <[EMAIL PROTECTED]>:
> The graphviz failing is my bad.  I failed to test the latex doc build (since
> it never works for me anyway due to a too-old version of latex).  This is
> fixed in SVN r5962, and a patch against doc/sphinxext/inheritance_diagram.py
> is attached.

Err... the attached patch is empty :D Anyhow, I'm subscribed to commit
ml, so I got it:

--- trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
2008-08-04 12:20:25 UTC (rev 5961)
+++ trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
2008-08-04 13:09:02 UTC (rev 5962)
@@ -346,7 +346,7 @@
    parts = node['parts']

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

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

(sorry if gmail wraps it).

I'll apply it once at home and test if works in Debian: Thanks for the
prompt reply!!

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to