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

上一篇: 使用狮身人面像文档不能使用带有标签的Ref

下一篇: 我如何让Sphinx在HTML构建中显示继承图?