kuuko pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=cfbd5db819b2c10ff71e139bc478ed97ff65094e

commit cfbd5db819b2c10ff71e139bc478ed97ff65094e
Author: Kai Huuhko <[email protected]>
Date:   Thu Nov 21 23:20:31 2013 +0200

    Attempt to fix inheritance graphs by changing output format to svg
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 


Reply via email to