How can I make Sphinx show an inheritance diagram in HTML build?
I am using Sphinx to produce a class diagram from a py module. I have used the inheritance-diagram directive in the RST file for the module I wish to diagram, per Sphinx documentation. However, the build produces only the Graphviz markup, rather than an actual plot. I have included both inheritance_diagram and Graphviz in my Sphinx config file. Is there another directive I need in order to get a graphical output? Thank you.
链接地址: http://www.djcxy.com/p/75496.html