kuuko pushed a commit to branch master.

commit 174082a836859f558fe4a3be68fd9dabb60147ba
Author: Kai Huuhko <[email protected]>
Date:   Sat Aug 10 10:43:21 2013 +0300

    Documentation: Use colors that match the default theme for inheritance 
diagrams.
---
 doc/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/conf.py b/doc/conf.py
index c692afd..74e2649 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -40,6 +40,8 @@ except ImportError:
     pass
 else:
     extensions.append('sphinx.ext.inheritance_diagram')
+    graphviz_output_format = "png" # png (default) or svg
+    graphviz_dot_args = ["-Gbgcolor=transparent", "-Ncolor=#4399FF", 
"-Nfontcolor=white", "-Ecolor=blue"]
 
 try:
     import sphinxcontrib.youtube

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to